equal
Description:
public bool equal (
Slot slot2)
Checks equality of two slots.
Two GckSlot objects can point to the same underlying PKCS#11 slot.
Parameters:
this |
a pointer to the first Slot
|
slot2 |
a pointer to the second Slot
|
Returns:
true if slot1 and slot2 are equal. false if either is not a GckSlot.
|