2024 Method
Changes 0
M

ElementId.op_LessThanOrEqual

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