ScheduleFieldId.op_Equality
Description:
Determines whether two ScheduleFieldIds are the same.
Determines whether two ScheduleFieldIds are the same.
public static bool operator ==(
ScheduleFieldId first,
ScheduleFieldId second
)
-
firstThe first ScheduleFieldId.
-
secondThe second ScheduleFieldId.
Return Value
bool
True if the ScheduleFieldIds are the same, otherwise false.