ExceptionValueMatchOperator.Equality Operator

Definition

Determines if two ExceptionValueMatchOperator values are the same.

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

Parameters

left
ExceptionValueMatchOperator

The left value to compare.

right
ExceptionValueMatchOperator

The right value to compare.

Returns

Applies to