equal
Description:
public bool equal (
Module module2)
Checks equality of two modules.
Two GckModule objects can point to the same underlying PKCS#11 module.
Parameters:
| this |
a pointer to the first Module
|
| module2 |
a pointer to the second Module
|
Returns:
|
true if module1 and module2 are equal. false if either is not a GckModule.
|