Dela via


WafRankingType.Equality(WafRankingType, WafRankingType) Operator

Definition

Overriding == operator for enum WafRankingType

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

Parameters

e1
WafRankingType

the value to compare against e2

e2
WafRankingType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to