Compartilhar via


BatchNodeState.Equality(BatchNodeState, BatchNodeState) Operator

Definition

Determines if two BatchNodeState values are the same.

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

Parameters

Returns

Applies to