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