Share via


Scheme.Inequality(Scheme, Scheme) Operator

Definition

Overriding != operator for enum Scheme

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

Parameters

e1
Scheme

the value to compare against e2

e2
Scheme

the value to compare against e1

Returns

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

Applies to