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