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