Applies To: Operations Manager for System Center 2012
Determines whether this object is equal to 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
- obj 
 Type: System.Object- The object to compare with the OperationalDataObject object. 
Return Value
Type: System.Boolean
Returns a Boolean value that is trueif the specified object is equal to the OperationalDataObject object; otherwise, false.
See Also
OperationalDataObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top