TaskOutputKind.Equality(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 the same value.
public static bool operator == (Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind x, Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind y);
static member ( = ) : 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 the same as the value of y
; otherwise, false.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET