FubuMVC.Core.Caching.SetContentType.Equals C# (CSharp) Метод

Equals() публичный Метод

public Equals ( SetContentType other ) : bool
other SetContentType
Результат bool
        public bool Equals(SetContentType other)
        {
            if (ReferenceEquals(null, other)) return false;
            if (ReferenceEquals(this, other)) return true;
            return Equals(other._contentType, _contentType);
        }

Same methods

SetContentType::Equals ( object obj ) : bool