Share via


ContainerGroupNetworkProtocol.Inequality Operator

Definition

Overriding != operator for enum ContainerGroupNetworkProtocol

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

Parameters

e1
ContainerGroupNetworkProtocol

the value to compare against e2

e2
ContainerGroupNetworkProtocol

the value to compare against e1

Returns

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

Applies to