Example #1
0
        public override int GetHashCode()
        {
            int hash = base.GetHashCode();

            hash = hash * 31 + _content.GetHashCode();
            hash = hash * 31 + (_endStream ? 0 : 1);
            hash = hash * 31 + _padding;
            return(hash);
        }
Example #2
0
 public override int GetHashCode() => Buf.GetHashCode();
 public override int GetHashCode() => _data.GetHashCode();