WafMatchVariable.Equality(WafMatchVariable, WafMatchVariable) Operator

Definition

Determines if two WafMatchVariable values are the same.

public static bool operator ==(Azure.ResourceManager.Cdn.Models.WafMatchVariable left, Azure.ResourceManager.Cdn.Models.WafMatchVariable right);
static member ( = ) : Azure.ResourceManager.Cdn.Models.WafMatchVariable * Azure.ResourceManager.Cdn.Models.WafMatchVariable -> bool
Public Shared Operator == (left As WafMatchVariable, right As WafMatchVariable) As Boolean

Parameters

left
WafMatchVariable

The left value to compare.

right
WafMatchVariable

The right value to compare.

Returns

Applies to