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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET