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