Share via


GpuInstanceProfile.Inequality(GpuInstanceProfile, GpuInstanceProfile) Operator

Definition

Overriding != operator for enum GpuInstanceProfile

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

Parameters

e1
GpuInstanceProfile

the value to compare against e2

e2
GpuInstanceProfile

the value to compare against e1

Returns

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

Applies to