Bloom.UrlPathString.Equals C# (CSharp) Метод

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

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

Same methods

UrlPathString::Equals ( object obj ) : bool