方法
ArrowFunctionequal
自:7.0.0 起可用
声明 [源代码]
gboolean
garrow_function_equal (
GArrowFunction* function,
GArrowFunction* other_function
)
参数
other_function
-
类型:
GArrowFunction
要比较的
GArrowFunction
。数据由函数调用者拥有。
自:7.0.0 起可用
gboolean
garrow_function_equal (
GArrowFunction* function,
GArrowFunction* other_function
)
other_function
类型: GArrowFunction
要比较的 GArrowFunction
。
数据由函数调用者拥有。 |