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