Freigeben über


MonitoringState.Equals Method (Object)

 

Applies To: Operations Manager for System Center 2012

Determines whether this object equals the specified object.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
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

Return Value

Type: System.Boolean

Returns aBoolean value that is true if the specified object equals the MonitoringState object and false otherwise.

See Also

MonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top