Compartir a través de


LogMetricsGranularity.Equality Operator

Definition

Overriding == operator for enum LogMetricsGranularity

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

Parameters

e1
LogMetricsGranularity

the value to compare against e2

e2
LogMetricsGranularity

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to