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