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

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

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

Same methods

Queue::Equals ( object obj ) : bool