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