AllocationState.Equality(AllocationState, AllocationState) Operator

Definition

Determines if two AllocationState values are the same.

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

Parameters

Returns

Applies to