Share via


GpuInstanceProfile.Inequality(GpuInstanceProfile, GpuInstanceProfile) Operator

Definition

Determines if two GpuInstanceProfile values are not the same.

public static bool operator != (Azure.ResourceManager.ContainerService.Models.GpuInstanceProfile left, Azure.ResourceManager.ContainerService.Models.GpuInstanceProfile right);
static member op_Inequality : Azure.ResourceManager.ContainerService.Models.GpuInstanceProfile * Azure.ResourceManager.ContainerService.Models.GpuInstanceProfile -> bool
Public Shared Operator != (left As GpuInstanceProfile, right As GpuInstanceProfile) As Boolean

Parameters

Returns

Applies to