TrafficRoutingMethod.Equality Operator

Definition

Determines if two TrafficRoutingMethod values are the same.

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

Parameters

left
TrafficRoutingMethod

The left value to compare.

right
TrafficRoutingMethod

The right value to compare.

Returns

Applies to