Show / Hide Table of Contents

    Operator LessThanOrEqual

    LessThanOrEqual(Uuid, Uuid)

    Determines whether an Uuid instance precedes or occurs at the same position as 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 or occurs at the same position as b in the sort order, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.