Determines whether one element id is not greater than another element id.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool operator <=(
ElementId elementId1,
ElementId elementId2
)
Parameters
- elementId1 ElementId
- The first ElementId.
- elementId2 ElementId
- The second ElementId.
Return Value
BooleanTrue if the first element id is not greater than the second element id, otherwise, false.
See Also
Reference