public override int GetHashCode() { int hash = 1; if (ResourceName.Length != 0) { hash ^= ResourceName.GetHashCode(); } if (id_ != null) { hash ^= Id.GetHashCode(); } if (name_ != null) { hash ^= Name.GetHashCode(); } if (Type != global::Google.Ads.GoogleAds.V4.Enums.AssetTypeEnum.Types.AssetType.Unspecified) { hash ^= Type.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.YoutubeVideoAsset) { hash ^= YoutubeVideoAsset.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.MediaBundleAsset) { hash ^= MediaBundleAsset.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.ImageAsset) { hash ^= ImageAsset.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.TextAsset) { hash ^= TextAsset.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.BookOnGoogleAsset) { hash ^= BookOnGoogleAsset.GetHashCode(); } hash ^= (int)assetDataCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ResourceName.Length != 0) { hash ^= ResourceName.GetHashCode(); } if (id_ != null) { hash ^= Id.GetHashCode(); } if (name_ != null) { hash ^= Name.GetHashCode(); } if (Type != 0) { hash ^= Type.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.YoutubeVideoAsset) { hash ^= YoutubeVideoAsset.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.MediaBundleAsset) { hash ^= MediaBundleAsset.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.ImageAsset) { hash ^= ImageAsset.GetHashCode(); } if (assetDataCase_ == AssetDataOneofCase.TextAsset) { hash ^= TextAsset.GetHashCode(); } hash ^= (int)assetDataCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }