WafMatchVariable.Inequality(WafMatchVariable, WafMatchVariable) Operator

Definition

Determines if two WafMatchVariable values are not the same.

public static bool operator !=(Azure.ResourceManager.Cdn.Models.WafMatchVariable left, Azure.ResourceManager.Cdn.Models.WafMatchVariable right);
static member op_Inequality : 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