<Code Lib>
2025 Method
Changes 0
M

ElementId.Compare

Description:
Compares two element ids.

public int Compare(
	ElementId id
)

  • id
    The ElementId to be compared with this ElementId.
Return Value Int32 -1 if this element id is less than id, 0 if equal, 1 if greater.

Loading…