ScheduleType.Equality(ScheduleType, ScheduleType) 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 ScheduleType values are the same.
public static bool operator == (Azure.Developer.DevCenter.Models.ScheduleType left, Azure.Developer.DevCenter.Models.ScheduleType right);
static member ( = ) : Azure.Developer.DevCenter.Models.ScheduleType * Azure.Developer.DevCenter.Models.ScheduleType -> bool
Public Shared Operator == (left As ScheduleType, right As ScheduleType) As Boolean
Parameters
- left
- ScheduleType
- right
- ScheduleType