方法

GLibBytesequal

自:2.32

声明 [源]

gboolean
g_bytes_equal (
  gconstpointer bytes1,
  gconstpointer bytes2
)

描述 [源]

比较所指向的两个 GBytes 值,如果它们相等则返回 TRUE

此函数可以作为 g_hash_table_new()key_equal_func 参数传入,用于在 GHashTable 中使用非 NULLGBytes 指针作为键。

自:2.32

参数

bytes2

类型: GBytes

指向要与其比较的 GBytes 的指针。

返回值

类型: gboolean

TRUE 如果两个键匹配。