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