ExceptionMatchVariable.Equality Operator

Definition

Determines if two ExceptionMatchVariable values are the same.

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