コード例 #1
0
 public int CompareTo(IByteBuffer that) => ByteBufferUtil.Compare(this, that);
コード例 #2
0
 public int CompareTo(IByteBuffer buffer) => ByteBufferUtil.Compare(this, buffer);