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