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