CompareTo Method


Element Id Compare To Method

Compares two element ids. Implementation of System.IComparable interface

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual int CompareTo(
	Object id
)

Parameters

id Object
The ElementId to be compared with this ElementId.

Return Value

Int32
-1 if this element id is less than other id, 0 if equal, 1 if greater.

Implements

IComparable CompareTo(Object)
See Also