RunStepErrorCode.Inequality(RunStepErrorCode, RunStepErrorCode) Operator

Definition

Determines if two RunStepErrorCode values are not the same.

public static bool operator != (Azure.AI.OpenAI.Assistants.RunStepErrorCode left, Azure.AI.OpenAI.Assistants.RunStepErrorCode right);
static member op_Inequality : 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