ProjectsJobStatus.Inequality(ProjectsJobStatus, ProjectsJobStatus) Operator

Definition

Determines if two ProjectsJobStatus values are not the same.

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

Parameters

left
ProjectsJobStatus

The left value to compare.

right
ProjectsJobStatus

The right value to compare.

Returns

Applies to