RVTDocs.com
Namespace: Autodesk.Revit.DB Class: WorksetId

WorksetId.LessThan Operator

Description:
Determines whether this WorksetId is less than another WorksetId.
Syntax
public static bool operator <(
	WorksetId WorksetId1,
	WorksetId WorksetId2
)
Parameters
Parameter Type Description
WorksetId1 WorksetId The first WorksetId.
WorksetId2 WorksetId The second WorksetId.
Return Value
Type Description
Boolean True if the first WorksetId is less than the second WorksetId, otherwise, false.