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