ProjectsJobStatus.Equality(ProjectsJobStatus, ProjectsJobStatus) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two ProjectsJobStatus values are the same.
public static bool operator ==(Azure.AI.Projects.ProjectsJobStatus left, Azure.AI.Projects.ProjectsJobStatus right);
static member ( = ) : 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.