共用方式為


FunctionName.Equality(FunctionName, FunctionName) Operator

Definition

Overriding == operator for enum FunctionName

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

Parameters

e1
FunctionName

the value to compare against e2

e2
FunctionName

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to