public override int GetHashCode() { int hash = 1; if (PressedButtonId.Length != 0) { hash ^= PressedButtonId.GetHashCode(); } if (LensCategory != 0) { hash ^= LensCategory.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (PressedButtonId.Length != 0) { hash ^= PressedButtonId.GetHashCode(); } if (StickerAdd != false) { hash ^= StickerAdd.GetHashCode(); } if (AssetType != 0) { hash ^= AssetType.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }