<Code Lib>
2025 Method
Changes 0
M

ElementId.op_GreaterThan

Description:
Determines whether one element id is greater than another element id.

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

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

Loading…