Affecto.Identifiers.WebAddress.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( WebAddress other ) : bool
other WebAddress
return bool
        protected bool Equals(WebAddress other)
        {
            return webAddress.Equals(other.webAddress);
        }

Same methods

WebAddress::Equals ( object obj ) : bool