operator <(AllocatorHandle, AllocatorHandle)
Evaluates if one AllocatorManager.AllocatorHandle is less than the other.
Read time 1 minuteLast updated 12 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 less than the right-hand side's. |