Show / Hide Table of Contents

    Method Equals

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean

    Equals(TDerived)

    Declaration
    public bool Equals(TDerived other)
    Parameters
    Type Name Description
    TDerived other
    Returns
    Type Description
    Boolean
    Remarks
    Two instances are considered equal if their values are equal.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.