SecurityServices for .NET 2.0 Documentation

Credential.Equals Method 

[This is preliminary documentation and subject to change.]

Determines whether the specified Object is equal to the current Credential.

public override bool Equals(
   Object obj
);

Parameters

Object
The Object to compare with the current Credential.

Return Value

true if the specified Object is equal to the current Credential; otherwise, false.

See Also

Credential Class | Org.Mentalis.SecurityServices.Authentication Namespace