Compartilhar via


WebJobType.Equality(WebJobType, WebJobType) Operator

Definition

Overriding == operator for enum WebJobType

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

Parameters

e1
WebJobType

the value to compare against e2

e2
WebJobType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to