ScheduleTaskType.Equality(ScheduleTaskType, ScheduleTaskType) 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 ScheduleTaskType values are the same.
public static bool operator ==(Azure.AI.Projects.Evaluation.ScheduleTaskType left, Azure.AI.Projects.Evaluation.ScheduleTaskType right);
static member ( = ) : Azure.AI.Projects.Evaluation.ScheduleTaskType * Azure.AI.Projects.Evaluation.ScheduleTaskType -> bool
Public Shared Operator == (left As ScheduleTaskType, right As ScheduleTaskType) As Boolean
Parameters
- left
- ScheduleTaskType
The left value to compare.
- right
- ScheduleTaskType
The right value to compare.