Bloom.UrlPathString.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( UrlPathString other ) : bool
other UrlPathString
Résultat bool
        protected bool Equals(UrlPathString other)
        {
            return string.Equals(_notEncoded, other._notEncoded);
        }

Same methods

UrlPathString::Equals ( object obj ) : bool