Invert.Core.GraphDesigner.ErrorInfo.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( ErrorInfo other ) : bool
other ErrorInfo
Résultat bool
        protected bool Equals(ErrorInfo other)
        {
            return string.Equals(Identifier, other.Identifier) && string.Equals(Message, other.Message);
        }

Same methods

ErrorInfo::Equals ( object obj ) : bool