WafMetric.Inequality(WafMetric, WafMetric) Operator

Definition

Determines if two WafMetric values are not the same.

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

Parameters

left
WafMetric

The left value to compare.

right
WafMetric

The right value to compare.

Returns

Applies to