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