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