This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Checks whether this user equals the given identity.
Namespace: Smartsite.Security
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public bool EqualsIdentity( identity ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function EqualsIdentity ( _ identity As _ ) As |
Parameters
- identity
- IIdentity
The identity.
Return Value
True if this user matches the given identity.See Also
User Class
Smartsite.Security Namespace