Partilhar via


BatchPoolState.Inequality(BatchPoolState, BatchPoolState) Operator

Definition

Determines if two BatchPoolState values are not the same.

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

Parameters

Returns

Applies to