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