Operator operator <
operator <(AspectType, AspectType)
Operator less-than by type index
Declaration
public static bool operator <(AspectType lhs, AspectType rhs)Parameters
| Type | Name | Description | 
|---|---|---|
| AspectType | lhs | AspectType on the left side of the operation | 
| AspectType | rhs | AspectType on the right side of the operation | 
Returns
| Type | Description | 
|---|---|
| bool | True if lhs has a lower type index than rhs |