Show / Hide Table of Contents

    Operator LessThan

    LessThan(Uuid, Uuid)

    Determines whether an Uuid instance precedes another Uuid instance in the sort order.
    Declaration
    public static bool operator <(Uuid a, Uuid b)
    Parameters
    Type Name Description
    Uuid a
    Uuid b
    Returns
    Type Description
    Boolean true, if a precedes b in the sort order, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.