Determines whether two ScheduleFieldIds are the same.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool operator ==( ScheduleFieldId first, ScheduleFieldId second )
Parameters
- first ScheduleFieldId
- The first ScheduleFieldId.
- second ScheduleFieldId
- The second ScheduleFieldId.
Return Value
BooleanTrue if the ScheduleFieldIds are the same, otherwise false.