TaskOutputKind.Inequality(TaskOutputKind, TaskOutputKind) 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 whether two specified TaskOutputKind instances have different values.
public static bool operator != (Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind x, Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind y);
static member op_Inequality : Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind * Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind -> bool
Public Shared Operator != (x As TaskOutputKind, y As TaskOutputKind) As Boolean
Parameters
The first TaskOutputKind to compare.
The second TaskOutputKind to compare.
Returns
true if the value of x
is different from the value of y
; otherwise, false.
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