Share via


OnAllBatchTasksComplete.Inequality Operator

Definition

Determines if two OnAllBatchTasksComplete values are not the same.

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

Parameters

Returns

Applies to