public override int GetHashCode() { unchecked { return((FilterOperation.GetHashCode() * 397) ^ (InvariantOperandText != null ? InvariantOperandText.GetHashCode() : 0)); } }
public override int GetHashCode() { unchecked { int hashCode = (ColumnCaption != null ? ColumnCaption.GetHashCode() : 0); hashCode = (hashCode * 397) ^ (FilterOperation != null ? FilterOperation.GetHashCode() : 0); hashCode = (hashCode * 397) ^ (Operand != null ? Operand.GetHashCode() : 0); return(hashCode); } }