Chinchilla.Api.Exchange.Equals C# (CSharp) Метод

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

protected Equals ( Exchange other ) : bool
other Exchange
Результат bool
        protected bool Equals(Exchange other)
        {
            return string.Equals(Name, other.Name);
        }

Same methods

Exchange::Equals ( object obj ) : bool