Invert.Core.GraphDesigner.ErrorInfo.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( ErrorInfo other ) : bool
other ErrorInfo
Результат bool
        protected bool Equals(ErrorInfo other)
        {
            return string.Equals(Identifier, other.Identifier) && string.Equals(Message, other.Message);
        }

Same methods

ErrorInfo::Equals ( object obj ) : bool