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