Show / Hide Table of Contents

    Method Equals

    Equals(Object)

    Indicates whether this Uuid instance is equal to another Uuid instance.
    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean true, if obj and this instance both represent a Uuid with the same value, otherwise false.

    Equals(Uuid)

    Indicates whether this Uuid instance is equal to another Uuid instance.
    Declaration
    public bool Equals(Uuid uuid)
    Parameters
    Type Name Description
    Uuid uuid
    Returns
    Type Description
    Boolean true, if the provided uuid and this instance both represent the same value, otherwise false.
    Back to top Copyright © 2017, xplo.re IT Services, Michael Maier. All rights reserved.