Operator operator <
operator <(AllocatorHandle, AllocatorHandle)
Evaluates if one AllocatorManager.AllocatorHandle is less than 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 less than the right-hand side's. |