WafMetric.Equality(WafMetric, WafMetric) Operator

Definition

Determines if two WafMetric values are the same.

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