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