public override int GetHashCode() { int hash = 1; if (ScoutId.Length != 0) { hash ^= ScoutId.GetHashCode(); } if (TrainerId != 0L) { hash ^= TrainerId.GetHashCode(); } if (ScoutPickupId.Length != 0) { hash ^= ScoutPickupId.GetHashCode(); } if (Priority != 0) { hash ^= Priority.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ScoutEpId.Length != 0) { hash ^= ScoutEpId.GetHashCode(); } if (ScoutId.Length != 0) { hash ^= ScoutId.GetHashCode(); } if (U3 != 0) { hash ^= U3.GetHashCode(); } if (TextId.Length != 0) { hash ^= TextId.GetHashCode(); } if (GemType != 0) { hash ^= GemType.GetHashCode(); } if (Cost != 0) { hash ^= Cost.GetHashCode(); } if (ScoutQuantity != 0) { hash ^= ScoutQuantity.GetHashCode(); } if (U8 != 0) { hash ^= U8.GetHashCode(); } if (ItemSetId != 0L) { hash ^= ItemSetId.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ScoutId.Length != 0) { hash ^= ScoutId.GetHashCode(); } if (BannerIdString.Length != 0) { hash ^= BannerIdString.GetHashCode(); } if (Type != 0) { hash ^= Type.GetHashCode(); } if (ScheduleId.Length != 0) { hash ^= ScheduleId.GetHashCode(); } if (U5 != 0UL) { hash ^= U5.GetHashCode(); } if (U6 != 0) { hash ^= U6.GetHashCode(); } if (U7 != 0) { hash ^= U7.GetHashCode(); } if (BannerId != 0) { hash ^= BannerId.GetHashCode(); } if (U9.Length != 0) { hash ^= U9.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ScoutId.Length != 0) { hash ^= ScoutId.GetHashCode(); } if (U2.Length != 0) { hash ^= U2.GetHashCode(); } if (IsPaidOnly != false) { hash ^= IsPaidOnly.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }