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