clojure.lang.Keyword.GetHashCode C# (CSharp) Method

GetHashCode() public method

Gets a hash code for the keyword.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return _hash;
        }