Method
GckObjectequal
Declaration [src]
gboolean
gck_object_equal (
GckObject* object1,
GckObject* object2
)
Description [src]
Checks equality of two objects. Two GckObject objects can point to the same underlying PKCS#11 object.
Parameters
object2
-
Type:
GckObject
A pointer to the second
GckObject
.The data is owned by the caller of the method.