Share via


SqlImageSku.Inequality(SqlImageSku, SqlImageSku) Operator

Definition

Overriding != operator for enum SqlImageSku

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

Parameters

e1
SqlImageSku

the value to compare against e2

e2
SqlImageSku

the value to compare against e1

Returns

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

Applies to