public override int GetHashCode() { int hash = 1; if (Form_ != 0) { hash ^= Form_.GetHashCode(); } if (AssetBundleValue != 0) { hash ^= AssetBundleValue.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (Form_ != 0) { hash ^= Form_.GetHashCode(); } if (AssetBundleValue != 0) { hash ^= AssetBundleValue.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }