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

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

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

Same methods

VirtualHost::Equals ( object obj ) : bool