public static bool operator <(
IndexCollection left,
IndexCollection right
)Public Shared Operator < (
left As IndexCollection,
right As IndexCollection
) As Booleanpublic:
static bool operator <(
IndexCollection^ left,
IndexCollection^ right
)static let inline (<)
left : IndexCollection *
right : IndexCollection : boolIndexCollection instances are quasi-lexicographically ordered. This means that instances are firstly ordered by their Count, and then, within collections having the same length, by lexicographic order.