<Code Lib>
2023 Method
Changes 0
M

ElementId.op_LessThan

Description:
Determines whether this element id is less than another element id.

public static bool operator <(
	ElementId elementId1,
	ElementId elementId2
)

Return Value bool True if the first element id is less than the second element id, otherwise, false.

Loading…