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