User.Equals Method (Object)
Determines whether the specified object is equal to the current User.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectThe object to which the comparison will be made.
Return Value
Type: System.Boolean
true if the specified object is equal to the current User; otherwise, false.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top