MetricStatisticType.Equality(MetricStatisticType, MetricStatisticType) Operator

Definition

Overriding == operator for enum MetricStatisticType

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType e1, Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType * Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.MetricStatisticType -> bool
Public Shared Operator == (e1 As MetricStatisticType, e2 As MetricStatisticType) As Boolean

Parameters

e1
MetricStatisticType

the value to compare against e2

e2
MetricStatisticType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to