Freigeben über


RunStepType.Equality(RunStepType, RunStepType) Operator

Definition

Determines if two RunStepType values are the same.

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

Parameters

right
RunStepType

Returns

Applies to