Exemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (InBlob.Length != 0)
            {
                hash ^= InBlob.GetHashCode();
            }
            if (OutBlob.Length != 0)
            {
                hash ^= OutBlob.GetHashCode();
            }
            hash ^= internalBlobInt8_.GetHashCode();
            return(hash);
        }