Share via


RoutingPreference.Inequality(RoutingPreference, RoutingPreference) Operator

Definition

Overriding != operator for enum RoutingPreference

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

Parameters

e1
RoutingPreference

the value to compare against e2

e2
RoutingPreference

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to