MetricSeriesConfigurationForMeasurement.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(IMetricSeriesConfiguration) |
Checks whether this configuration is semantically equat to a specified configuration. |
Equals(MetricSeriesConfigurationForMeasurement) |
Checks whether this configuration is semantically equat to a specified configuration. |
Equals(Object) |
Checks whether this configuration is semantically equat to a specified configuration. |
Equals(IMetricSeriesConfiguration)
Checks whether this configuration is semantically equat to a specified configuration.
public bool Equals (Microsoft.ApplicationInsights.Metrics.IMetricSeriesConfiguration other);
override this.Equals : Microsoft.ApplicationInsights.Metrics.IMetricSeriesConfiguration -> bool
Public Function Equals (other As IMetricSeriesConfiguration) As Boolean
Parameters
Some configuration objects.
Returns
true
if the specified object is a configutation that is semantically equal to this configuration;
false
otherwise.
Implements
Applies to
Equals(MetricSeriesConfigurationForMeasurement)
Checks whether this configuration is semantically equat to a specified configuration.
public bool Equals (Microsoft.ApplicationInsights.Metrics.MetricSeriesConfigurationForMeasurement other);
override this.Equals : Microsoft.ApplicationInsights.Metrics.MetricSeriesConfigurationForMeasurement -> bool
Public Function Equals (other As MetricSeriesConfigurationForMeasurement) As Boolean
Parameters
Some configuration objects.
Returns
true
if the specified object is a configutation that is semantically equal to this configuration;
false
otherwise.
Applies to
Equals(Object)
Checks whether this configuration is semantically equat to a specified configuration.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Some objects.
Returns
true
if the specified object is a configutation that is semantically equal to this configuration;
false
otherwise.
Applies to
Azure SDK for .NET