FrontDoorTimeSeriesAggregationInterval.Inequality Operator

Definition

Determines if two FrontDoorTimeSeriesAggregationInterval values are not the same.

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

Parameters

left
FrontDoorTimeSeriesAggregationInterval

The left value to compare.

right
FrontDoorTimeSeriesAggregationInterval

The right value to compare.

Returns

Applies to