GranularityType.Inequality(GranularityType, GranularityType) Operator

Definition

Determines if two GranularityType values are not the same.

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

Parameters

left
GranularityType

The left value to compare.

right
GranularityType

The right value to compare.

Returns

Applies to