public override int GetHashCode() { int hash = 13; hash += (hash * 43) + FacilityId.GetHashCode(); return(hash); }
public override int GetHashCode() { int hash = 1; if (FacilityId != 0L) hash ^= FacilityId.GetHashCode(); if (ModuleCode.Length != 0) hash ^= ModuleCode.GetHashCode(); if (ModuleDescription.Length != 0) hash ^= ModuleDescription.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; }
public override int GetHashCode() { int hash = 1; if (ClientId != 0L) hash ^= ClientId.GetHashCode(); if (ClientName.Length != 0) hash ^= ClientName.GetHashCode(); if (FacilityId != 0L) hash ^= FacilityId.GetHashCode(); if (FacilityCode.Length != 0) hash ^= FacilityCode.GetHashCode(); if (FacilityName.Length != 0) hash ^= FacilityName.GetHashCode(); hash ^= data_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; }