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