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