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