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