AllocationState.Inequality(AllocationState, AllocationState) Operator

Definition

Determines if two AllocationState values are not the same.

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

Parameters

Returns

Applies to