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