Compartilhar via


BatchNodeState.Inequality(BatchNodeState, BatchNodeState) Operator

Definition

Determines if two BatchNodeState values are not the same.

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

Parameters

Returns

Applies to