public override int GetHashCode() { int hash = 1; if (OriginalTimestampMs != 0L) { hash ^= OriginalTimestampMs.GetHashCode(); } if (NewTimestampMs != 0L) { hash ^= NewTimestampMs.GetHashCode(); } hash ^= inventoryItems_.GetHashCode(); return(hash); }
public override int GetHashCode() { int hash = 1; if (AvatarTemplateId.Length != 0) { hash ^= AvatarTemplateId.GetHashCode(); } if (NewTimestampMs != 0L) { hash ^= NewTimestampMs.GetHashCode(); } if (Viewed != false) { hash ^= Viewed.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (OriginalTimestampMs != 0L) { hash ^= OriginalTimestampMs.GetHashCode(); } if (NewTimestampMs != 0L) { hash ^= NewTimestampMs.GetHashCode(); } hash ^= inventoryItems_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }