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 first Module
|
module2 |
a second Module
|
Returns:
true if module1 and module2 are equal. false if either is not a
GckModule.
|