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