AlertTimeGrainType.Inequality(AlertTimeGrainType, AlertTimeGrainType) Operator

Definition

Determines if two AlertTimeGrainType values are not the same.

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

Parameters

left
AlertTimeGrainType

The left value to compare.

right
AlertTimeGrainType

The right value to compare.

Returns

Applies to