Share via


BatchAllTasksCompleteMode.Equality Operator

Definition

Determines if two BatchAllTasksCompleteMode values are the same.

public static bool operator ==(Azure.Compute.Batch.BatchAllTasksCompleteMode left, Azure.Compute.Batch.BatchAllTasksCompleteMode right);
static member ( = ) : Azure.Compute.Batch.BatchAllTasksCompleteMode * Azure.Compute.Batch.BatchAllTasksCompleteMode -> bool
Public Shared Operator == (left As BatchAllTasksCompleteMode, right As BatchAllTasksCompleteMode) As Boolean

Parameters

Returns

Applies to