<Code Lib>
2026 Method
Changes 0
M

ElementId.op_GreaterThanOrEqual

Description:
Determines whether one element id is not less than another element id.

public static bool operator >=(
	ElementId elementId1,
	ElementId elementId2
)

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

Loading…