FormatType.Equality(FormatType, FormatType) Operator

Definition

Overriding == operator for enum FormatType

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

Parameters

e1
FormatType

the value to compare against e2

e2
FormatType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to