public override int GetHashCode() { int hash = 1; if (JWToken.Length != 0) { hash ^= JWToken.GetHashCode(); } if (opsdate_ != null) { hash ^= Opsdate.GetHashCode(); } if (pretaxLodgingCharge_ != null) { hash ^= PretaxLodgingCharge.GetHashCode(); } if (roomTypeId_ != null) { hash ^= RoomTypeId.GetHashCode(); } if (guestId_ != null) { hash ^= GuestId.GetHashCode(); } if (reservationId_ != null) { hash ^= ReservationId.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (opsdate_ != null) { hash ^= Opsdate.GetHashCode(); } if (lodgingPrice_ != null) { hash ^= LodgingPrice.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (opsdate_ != null) { hash ^= Opsdate.GetHashCode(); } if (pretaxLodgingCharge_ != null) { hash ^= PretaxLodgingCharge.GetHashCode(); } hash ^= taxEstimates_.GetHashCode(); return(hash); }
public override int GetHashCode() { int hash = 1; if (opsdate_ != null) { hash ^= Opsdate.GetHashCode(); } if (pretaxIncidentalPrice_ != null) { hash ^= PretaxIncidentalPrice.GetHashCode(); } hash ^= taxEstimates_.GetHashCode(); if (incidentalItem_ != null) { hash ^= IncidentalItem.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (propertyId_ != null) { hash ^= PropertyId.GetHashCode(); } if (opsdate_ != null) { hash ^= Opsdate.GetHashCode(); } if (ClosedToArrival != false) { hash ^= ClosedToArrival.GetHashCode(); } if (MinimumStayNights != 0) { hash ^= MinimumStayNights.GetHashCode(); } return(hash); }