Determines whether one WorksetId is not greater than another WorksetId.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool operator <=( WorksetId WorksetId1, WorksetId WorksetId2 )
Parameters
Return Value
BooleanTrue if the first WorksetId is not greater than the second WorksetId, otherwise, false.