ThrottlingMetricType.Equality Operator

Definition

Determines if two ThrottlingMetricType values are the same.

public static bool operator ==(Azure.ResourceManager.ProviderHub.Models.ThrottlingMetricType left, Azure.ResourceManager.ProviderHub.Models.ThrottlingMetricType right);
static member ( = ) : Azure.ResourceManager.ProviderHub.Models.ThrottlingMetricType * Azure.ResourceManager.ProviderHub.Models.ThrottlingMetricType -> bool
Public Shared Operator == (left As ThrottlingMetricType, right As ThrottlingMetricType) As Boolean

Parameters

left
ThrottlingMetricType

The left value to compare.

right
ThrottlingMetricType

The right value to compare.

Returns

Applies to