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