Compartilhar via


SolutionType.Equality(SolutionType, SolutionType) Operator

Definition

Overriding == operator for enum SolutionType

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

Parameters

e1
SolutionType

the value to compare against e2

e2
SolutionType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to