方法
ArrowBuffer(缓冲区)equal(等于)
自:0.4.0 起可用
声明 [源代码]
gboolean
garrow_buffer_equal (
GArrowBuffer* buffer,
GArrowBuffer* other_buffer
)
参数
other_buffer(其他缓冲区)
-
类型:
GArrowBuffer
要比较的
GArrowBuffer
。数据由函数调用者拥有。
自:0.4.0 起可用
gboolean
garrow_buffer_equal (
GArrowBuffer* buffer,
GArrowBuffer* other_buffer
)
other_buffer(其他缓冲区)
类型: GArrowBuffer
要比较的 GArrowBuffer
。
数据由函数调用者拥有。 |