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