Partilhar via


BatchPoolState.Equality(BatchPoolState, BatchPoolState) Operator

Definition

Determines if two BatchPoolState values are the same.

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

Parameters

Returns

Applies to