Operator operator true
operator true(NullablePersistentPointer<T>)
Determines whether the specified pointer is non-null.
Declaration
public static bool operator true(NullablePersistentPointer<T> pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentPointer<T> | pointer | The pointer to check if it is non- |
Returns
| Type | Description |
|---|---|
| bool |
|