Operator operator >
operator >(SequencePointer, SequencePointer)
Compares two values to determine which is greater.
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 which is greater.
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 which is greater.
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 >(NullablePointerReadOnly, SequencePointer)
Compares two values to determine which is greater.
Declaration
public static bool operator >(NullablePointerReadOnly left, SequencePointer right)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePointerReadOnly | left | The value to compare with |
| SequencePointer | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |
operator >(NullablePointerUninitialized, SequencePointer)
Compares two values to determine which is greater.
Declaration
public static bool operator >(NullablePointerUninitialized left, SequencePointer right)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePointerUninitialized | left | The value to compare with |
| SequencePointer | right | The value to compare with |
Returns
| Type | Description |
|---|---|
| bool |