Operator operator <
operator <(ComponentType, ComponentType)
Evaluates if one component type is less than the the other first by Type
Declaration
public static bool operator <(ComponentType lhs, ComponentType rhs)
Parameters
Type | Name | Description |
---|---|---|
Component |
lhs | The left-hand side |
Component |
rhs | The right-hand side |
Returns
Type | Description |
---|---|
bool | True if the left-hand side's Type |