LatencyScorecardAggregationInterval.Equality Operator

Definition

Determines if two LatencyScorecardAggregationInterval values are the same.

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

Parameters

left
LatencyScorecardAggregationInterval

The left value to compare.

right
LatencyScorecardAggregationInterval

The right value to compare.

Returns

Applies to