OperationalDataProperty.Equals Method

Updated: April 16, 2012

Determines whether the specified OperationalDataProperty object equals the current OperationalDataProperty object Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As OperationalDataProperty 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 OperationalDataProperty object to compare with the current OperationalDataProperty object.Return ValueReturns a Boolean value that is true if the specified OperationalDataProperty object is equal to the current OperationalDataProperty object; otherwise, false..
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