RVTDocs.com

ScheduleFieldId.Equality Operator

Description:
Determines whether two ScheduleFieldIds are the same.
Syntax
public static bool operator ==(
	ScheduleFieldId first,
	ScheduleFieldId second
)
Parameters
Parameter Type Description
first ScheduleFieldId The first ScheduleFieldId.
second ScheduleFieldId The second ScheduleFieldId.
Return Value
Type Description
Boolean True if the ScheduleFieldIds are the same, otherwise false.