OwaspCrsExclusionEntryMatchVariable.Inequality Operator

Definition

Determines if two OwaspCrsExclusionEntryMatchVariable values are not the same.

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

Parameters

left
OwaspCrsExclusionEntryMatchVariable

The left value to compare.

right
OwaspCrsExclusionEntryMatchVariable

The right value to compare.

Returns

Applies to