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