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