RulesEngineMatchTransform.Equality Operator

Definition

Determines if two RulesEngineMatchTransform values are the same.

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

Parameters

left
RulesEngineMatchTransform

The left value to compare.

right
RulesEngineMatchTransform

The right value to compare.

Returns

Applies to