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