ExceptionMatchVariable.Inequality Operator

Definition

Determines if two ExceptionMatchVariable values are not the same.

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

Parameters

left
ExceptionMatchVariable

The left value to compare.

right
ExceptionMatchVariable

The right value to compare.

Returns

Applies to