Compartir a través de


OperatorType.Equality(OperatorType, OperatorType) Operator

Definition

Overriding == operator for enum OperatorType

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

Parameters

e1
OperatorType

the value to compare against e2

e2
OperatorType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to