Operator operator >=
operator >=(AllocatorHandle, AllocatorHandle)
Evaluates if one AllocatorManager.AllocatorHandle is greater than or equal to the other.
Declaration
public static bool operator >=(AllocatorManager.AllocatorHandle lhs, AllocatorManager.AllocatorHandle rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| AllocatorManager.AllocatorHandle | lhs | The left-hand side |
| AllocatorManager.AllocatorHandle | rhs | The right-hand side |
Returns
| Type | Description |
|---|---|
| bool | True if the left-hand side's AllocatorManager.AllocatorHandle is greater than or equal to the right-hand side's. |