Sdílet prostřednictvím


ChartType.Equality(ChartType, ChartType) Operator

Definition

Overriding == operator for enum ChartType

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ChartType e1, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ChartType e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ChartType * Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ChartType -> bool
Public Shared Operator == (e1 As ChartType, e2 As ChartType) As Boolean

Parameters

e1
ChartType

the value to compare against e2

e2
ChartType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to