OperationalDataProperty.Equals Method (Object)
Applies To: Operations Manager for System Center 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)
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.ObjectThe OperationalDataProperty object to compare with the current OperationalDataProperty object.
Return Value
Type: System.Boolean
Returns a Boolean value that is true if the specified OperationalDataProperty object is equal to the current OperationalDataProperty object; otherwise, false..
See Also
OperationalDataProperty Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top