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