Share via


BatchAllTasksCompleteMode.Inequality Operator

Definition

Determines if two BatchAllTasksCompleteMode values are not the same.

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

Parameters

left
BatchAllTasksCompleteMode

The left value to compare.

right
BatchAllTasksCompleteMode

The right value to compare.

Returns

Applies to