예제 #1
0
파일: Slam.cs 프로젝트: HotODEN/android
        public override int GetHashCode()
        {
            int hash = 1;

            if (frame_ != null)
            {
                hash ^= Frame.GetHashCode();
            }
            if (HasReset)
            {
                hash ^= Reset.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }