Share via


RouteType.Equality(RouteType, RouteType) Operator

Definition

Overriding == operator for enum RouteType

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

Parameters

e1
RouteType

the value to compare against e2

e2
RouteType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to