Show / Hide Table of Contents

    Operator GreaterThanOrEqual

    GreaterThanOrEqual(Uuid, Uuid)

    Determines whether an Uuid instance follows 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 follows 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.