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); }
public override int GetHashCode() => Buf.GetHashCode();
public override int GetHashCode() => _data.GetHashCode();