Compartilhar via


MonitoringPerformanceSignatureValue.Equals Method (Object)

 

Applies To: Operations Manager for System Center 2012

Determines whether the performance signature value is equal to a 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 the performance signature value with.

Return Value

Type: System.Boolean

Returns a Boolean value that is true if the performance signature value is equal to the specified object and false otherwise..

See Also

MonitoringPerformanceSignatureValue Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top