numl.Data.Tree.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns the hash code for this Tree.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return base.GetHashCode();
        }