ManagementGroup::Equals Method (Object^)

System Center
 

Applies To: Operations Manager for System Center 2012

Determines whether this management group equals the specified object.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to which this management group is compared.

Return Value

Type: System::Boolean

Returns aBooleanthat gives True if this management group object equals the specified object; otherwise, false.

Return to top
Show: