Condividi tramite


RunStepErrorCode.Equality(RunStepErrorCode, RunStepErrorCode) Operator

Definition

Determines if two RunStepErrorCode values are the same.

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

Parameters

Returns

Applies to