Chinchilla.Api.Exchange.Equals C# (CSharp) Method

Equals() protected method

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

Same methods

Exchange::Equals ( object obj ) : bool