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

ElementId.LessThanOrEqual Operator

Description:
Determines whether one element id is not greater than another element id.
Syntax
public static bool operator <=(
	ElementId elementId1,
	ElementId elementId2
)
Parameters
Parameter Type Description
elementId1 ElementId The first ElementId.
elementId2 ElementId The second ElementId.
Return Value
Type Description
Boolean True if the first element id is not greater than the second element id, otherwise, false.