Chinchilla.Api.Exchange.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( Exchange other ) : bool
other Exchange
Résultat bool
        protected bool Equals(Exchange other)
        {
            return string.Equals(Name, other.Name);
        }

Same methods

Exchange::Equals ( object obj ) : bool