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