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