次の方法で共有


RunStepErrorCode.Inequality(RunStepErrorCode, RunStepErrorCode) Operator

Definition

Determines if two RunStepErrorCode values are not the same.

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

Parameters

Returns

Applies to