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