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