ByteBufUtil.equals

Returns {@code true} if and only if the two specified buffers are identical to each other as described in {@link ByteBuf#equals(Object)}. This method is useful when implementing a new buffer type.

  1. bool equals(ByteBuf a, int aStartIndex, ByteBuf b, int bStartIndex, int length)
  2. bool equals(ByteBuf bufferA, ByteBuf bufferB)
    class ByteBufUtil
    static
    bool
    equals

Meta