RoutineRunPhase.Equality(RoutineRunPhase, RoutineRunPhase) Operator

Definition

Determines if two RoutineRunPhase values are the same.

public static bool operator ==(Azure.AI.Projects.RoutineRunPhase left, Azure.AI.Projects.RoutineRunPhase right);
static member ( = ) : Azure.AI.Projects.RoutineRunPhase * Azure.AI.Projects.RoutineRunPhase -> bool
Public Shared Operator == (left As RoutineRunPhase, right As RoutineRunPhase) As Boolean

Parameters

left
RoutineRunPhase

The left value to compare.

right
RoutineRunPhase

The right value to compare.

Returns

Applies to