Freigeben über


OutboundType.Inequality(OutboundType, OutboundType) Operator

Definition

Overriding != operator for enum OutboundType

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

Parameters

e1
OutboundType

the value to compare against e2

e2
OutboundType

the value to compare against e1

Returns

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

Applies to