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