Share via


SupportTier.Equality(SupportTier, SupportTier) Operator

Definition

Overriding == operator for enum SupportTier

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

Parameters

e1
SupportTier

the value to compare against e2

e2
SupportTier

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to