UserInfo.Equals Method (Object)
Compares a UserInfo object to the specified object.
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 that is compared to the UserInfo object.
Return Value
Type: System.Boolean
true if the IDs of the objects are equal; otherwise, false.
See Also
UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top