Group.Equals Method (Object)
Determines whether the specified Group object is equal to current object.
Namespace: Microsoft.WindowsServerSolutions.Groups
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.Object
Return Value
Type: System.Boolean
If true, the object is equal; otherwise false.
See Also
Group Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top