Share via


BatchJobState.Equality(BatchJobState, BatchJobState) Operator

Definition

Determines if two BatchJobState values are the same.

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

Parameters

Returns

Applies to