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