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

WorksetId.LessThanOrEqual Operator

Description:
Determines whether one WorksetId is not greater 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 not greater than the second WorksetId, otherwise, false.