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