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