GpuInstanceProfile.Inequality(GpuInstanceProfile, GpuInstanceProfile) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- left
- GpuInstanceProfile
- right
- GpuInstanceProfile
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET