Operator operator <=
operator <=(PersistentSequencePointerReadOnly, PersistentSequencePointerReadOnly)
Compares two values to determine which is less or equal.
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 | true if |
Implements
operator <=(PersistentSequencePointerReadOnly, NullablePointerReadOnly)
Compares two values to determine which is less or equal.
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 | true if |
operator <=(PersistentSequencePointerReadOnly, NullablePointerUninitialized)
Compares two values to determine which is less or equal.
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 | true if |
operator <=(NullablePointerReadOnly, PersistentSequencePointerReadOnly)
Compares two values to determine which is less or equal.
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 | true if |
operator <=(NullablePointerUninitialized, PersistentSequencePointerReadOnly)
Compares two values to determine which is less or equal.
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 | true if |