MonitoringState.Equals Method

Updated: April 16, 2012

Determines whether this object equals the specified object. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringState Dim obj As Object Dim returnValue As Boolean returnValue = instance.Equals(obj)Public Overrides Function Equals ( _ obj As Object _ ) As Booleanpublic override bool Equals ( Object obj )public: virtual bool Equals ( Object^ obj ) overridepublic boolean Equals ( Object obj )public override function Equals ( obj : Object ) : booleanParametersobjThe object to compare with the MonitoringState object.Return ValueReturns aBoolean value that is true if the specified object equals the MonitoringState object and false otherwise.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms