Delen via


BatchJobState.Inequality(BatchJobState, BatchJobState) Operator

Definition

Determines if two BatchJobState values are not the same.

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

Parameters

Returns

Applies to