System.Xml.Xsl.Qil.QilName.GetHashCode C# (CSharp) Method

GetHashCode() public method

Override GetHashCode() so that the QilName can be used as a key in the hashtable.
Does not compare their prefixes (if any).
public GetHashCode ( ) : int
return int
        public override int GetHashCode() {
            return this.local.GetHashCode();
        }