Operator operator !=
operator !=(Pointer, Pointer)
Compares two values to determine inequality.
Declaration
public static bool operator !=(Pointer left, Pointer right)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | left | The value to compare with |
| Pointer | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator !=(Pointer, NullablePointerReadOnly)
Compares two values to determine inequality.
Declaration
public static bool operator !=(Pointer left, NullablePointerReadOnly right)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | left | The value to compare with |
| NullablePointerReadOnly | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator !=(Pointer, NullablePointerUninitialized)
Compares two values to determine inequality.
Declaration
public static bool operator !=(Pointer left, NullablePointerUninitialized right)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | left | The value to compare with |
| NullablePointerUninitialized | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator !=(Pointer, NullableFunctionPointer)
Compares two values to determine inequality.
Declaration
public static bool operator !=(Pointer left, NullableFunctionPointer right)
Parameters
| Type | Name | Description |
|---|---|---|
| Pointer | left | The value to compare with |
| NullableFunctionPointer | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |