Operator operator <=
operator <=(SystemTypeIndex, SystemTypeIndex)
Evaluates if one SystemTypeIndex is less than or equal to the other.
Declaration
public static bool operator <=(SystemTypeIndex lhs, SystemTypeIndex rhs)
Parameters
| Type | Name | Description | 
|---|---|---|
| SystemTypeIndex | lhs | The left-hand side  | 
    
| SystemTypeIndex | rhs | The right-hand side  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the left-hand side's SystemTypeIndex is less than or equal to the right-hand side's.  |