Equality Operator


Determines whether two SchedulableField are the same.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public static bool operator ==(
	SchedulableField first,
	SchedulableField second
)
Visual Basic
Public Shared Operator = ( _
	first As SchedulableField, _
	second As SchedulableField _
) As Boolean
Visual C++
public:
static bool operator ==(
	SchedulableField^ first, 
	SchedulableField^ second
)

Parameters

first
Type: Autodesk.Revit.DB SchedulableField
The first SchedulableField.
second
Type: Autodesk.Revit.DB SchedulableField
The second SchedulableField.

Return Value

True if the SchedulableField are the same, otherwise false.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →