Inequality Operator


Determines whether two SchedulableField are different.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.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.DBSchedulableField
The first SchedulableField.
second
Type: Autodesk.Revit.DBSchedulableField
The second SchedulableField.

Return Value

True if the SchedulableField are different, 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 →