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