Operator operator ==
operator ==(PersistentPointerUninitialized<T>, PersistentPointerUninitialized<T>)
Compares two values to determine equality.
Declaration
public static bool operator ==(PersistentPointerUninitialized<T> left, PersistentPointerUninitialized<T> right)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentPointerUninitialized<T> | left | The value to compare with |
| PersistentPointerUninitialized<T> | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
Implements
operator ==(PersistentPointerUninitialized<T>, NullablePointerReadOnly)
Compares two values to determine equality.
Declaration
public static bool operator ==(PersistentPointerUninitialized<T> left, NullablePointerReadOnly right)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentPointerUninitialized<T> | left | The value to compare with |
| NullablePointerReadOnly | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator ==(PersistentPointerUninitialized<T>, NullablePointerUninitialized)
Compares two values to determine equality.
Declaration
public static bool operator ==(PersistentPointerUninitialized<T> left, NullablePointerUninitialized right)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentPointerUninitialized<T> | left | The value to compare with |
| NullablePointerUninitialized | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator ==(PersistentPointerUninitialized<T>, NullableFunctionPointer)
Compares two values to determine equality.
Declaration
public static bool operator ==(PersistentPointerUninitialized<T> left, NullableFunctionPointer right)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentPointerUninitialized<T> | left | The value to compare with |
| NullableFunctionPointer | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |