public override int GetHashCode() { return(ByteBufUtil.HashCode(this)); }
public override bool Equals(ByteBuf other) { return(ByteBufUtil.Equals(this, other)); }