Bloom.UrlPathString.Equals C# (CSharp) Method

Equals() protected method

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

Same methods

UrlPathString::Equals ( object obj ) : bool