JobOutputKind.Equality(JobOutputKind, JobOutputKind) 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 JobOutputKind instances have the same value.
public static bool operator == (Microsoft.Azure.Batch.Conventions.Files.JobOutputKind x, Microsoft.Azure.Batch.Conventions.Files.JobOutputKind y);
static member ( = ) : Microsoft.Azure.Batch.Conventions.Files.JobOutputKind * Microsoft.Azure.Batch.Conventions.Files.JobOutputKind -> bool
Public Shared Operator == (x As JobOutputKind, y As JobOutputKind) As Boolean
Parameters
The first JobOutputKind to compare.
The second JobOutputKind to compare.
Returns
true if the value of x
is the same as the value of y
; otherwise, false.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET