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