ParameterType.Equality(ParameterType, ParameterType) Operator

Definition

Overriding == operator for enum ParameterType

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

Parameters

e1
ParameterType

the value to compare against e2

e2
ParameterType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to