MatchVariable.Equality(MatchVariable, MatchVariable) Operator

Definition

Overriding == operator for enum MatchVariable

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

Parameters

e1
MatchVariable

the value to compare against e2

e2
MatchVariable

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to