Identity.identityEquals

Identity.identityEquals

Class Overview | Class Members | This Package | All Packages

Syntax
protected boolean identityEquals( Identity identity )
Parameters
identity
the identity to test for equality with this identity.
Returns
true if the identities are considered equal, false otherwise.
Description
Tests for equality between the specified identity and this identity. This method should be overriden by subclasses to test for equality. The default behavior is to return true if the names and public keys are equal.

See Also
equals