Method

GckModuleequal

Declaration [src]

gboolean
gck_module_equal (
  gconstpointer module1,
  gconstpointer module2
)

Description [src]

Checks equality of two modules. Two GckModule objects can point to the same underlying PKCS#11 module.

Parameters

module2

Type: GckModule

A pointer to the second GckModule.

Return value

Type: gboolean

TRUE if module1 and module2 are equal. FALSE if either is not a GckModule.