/// <summary> /// Gets the hash code for this object /// </summary> /// <returns></returns> public override int GetHashCode() { return(OperatorString.GetHashCode() ^ ExecuteOperator.GetHashCode() ^ Side.GetHashCode()); }
/// <summary> /// Gets the hash code for this object /// </summary> /// <returns></returns> public override int GetHashCode() { return(OperatorString.GetHashCode() ^ Precedence ^ ExecuteOperator.GetHashCode()); }