operator >=(AllocatorHandle, AllocatorHandle)
Evaluates if one AllocatorManager.AllocatorHandle is greater than or equal to the other.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Operator
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public static bool operator >=(AllocatorManager.AllocatorHandle lhs, AllocatorManager.AllocatorHandle rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the left-hand side's AllocatorManager.AllocatorHandle is greater than or equal to the right-hand side's. |