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