Exemple #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (LandmarkType.Length != 0)
            {
                hash ^= LandmarkType.GetHashCode();
            }
            if (commonData_ != null)
            {
                hash ^= CommonData.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }