GroupInfo.Equals Method (Object)
Verifies whether the current GroupInfo object is equal to another GroupInfo 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 current GroupInfo object is equal to another GroupInfo object; otherwise, false.
See Also
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top