Show / Hide Table of Contents

    Operator Equality

    Equality(Uuid, Uuid)

    Tests whether two Uuid instances are equal.
    Declaration
    public static bool operator ==(Uuid a, Uuid b)
    Parameters
    Type Name Description
    Uuid a
    Uuid b
    Returns
    Type Description
    Boolean true, if both Uuid instances represent the same value, otherwise false.

    Equality(Uuid, Guid)

    Tests whether a Uuid instance and a Guid instance are equal.
    Declaration
    public static bool operator ==(Uuid uuid, Guid guid)
    Parameters
    Type Name Description
    Uuid uuid
    Guid guid
    Returns
    Type Description
    Boolean true, if both uuid and guid represent the same value, otherwise false.

    Equality(Guid, Uuid)

    Tests whether a Guid instance and a Uuid instance are equal.
    Declaration
    public static bool operator ==(Guid guid, Uuid uuid)
    Parameters
    Type Name Description
    Guid guid
    Uuid uuid
    Returns
    Type Description
    Boolean true, if both guid and uuid represent the same value, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.