public override int GetHashCode() { int hash = 1; if (rowType_ != null) { hash ^= RowType.GetHashCode(); } if (transaction_ != null) { hash ^= Transaction.GetHashCode(); } return(hash); }