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