MetricIdentifier.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Object) |
Determines whether the specified object is a |
Equals(MetricIdentifier) |
Determines whether the specified object is a |
Equals(Object)
Determines whether the specified object is a MetricIdentifier
that is equal to this MetricIdentifier
based on the
respective metric namespaces, metric IDs and the number and the names of dimensions.
public override bool Equals (object otherObj);
override this.Equals : obj -> bool
Public Overrides Function Equals (otherObj As Object) As Boolean
Parameters
- otherObj
- Object
Another object.
Returns
Whether the specified other object is equal to this object based on the respective namespaces, IDs and dimension names.
Applies to
Equals(MetricIdentifier)
Determines whether the specified object is a MetricIdentifier
that is equal to this MetricIdentifier
based on the
respective metric namespaces, metric IDs and the number and the names of dimensions.
public bool Equals (Microsoft.ApplicationInsights.Metrics.MetricIdentifier otherMetricIdentifier);
override this.Equals : Microsoft.ApplicationInsights.Metrics.MetricIdentifier -> bool
Public Function Equals (otherMetricIdentifier As MetricIdentifier) As Boolean
Parameters
- otherMetricIdentifier
- MetricIdentifier
Another object.
Returns
Whether the specified other object is equal to this object based on the respective namespaces, IDs and dimension names.
Implements
Applies to
Azure SDK for .NET