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