ManagementGroup.Equals Method (Object)

 

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)

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
override Equals : 
        obj:Object -> bool
Public Overrides Function Equals (
    obj As Object
) As Boolean

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.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top