Share via


SkuScaleType.Equality(SkuScaleType, SkuScaleType) Operator

Definition

Overriding == operator for enum SkuScaleType

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

Parameters

e1
SkuScaleType

the value to compare against e2

e2
SkuScaleType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to