Revenj.TreePath.GetHashCode C# (CSharp) Method

GetHashCode() public method

Hash code is calculated of string representation
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return Value.GetHashCode();
        }