| Revit 2018 API |
| ElementId..::..Compare Method |
| ElementId Class See Also |
Compares two element ids.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Syntax
| C# |
|---|
public int Compare( ElementId id ) |
| Visual Basic |
|---|
Public Function Compare ( _ id As ElementId _ ) As Integer |
| Visual C++ |
|---|
public: int Compare( ElementId^ id ) |
Parameters
- id
- Type: Autodesk.Revit.DB..::..ElementId
The ElementId to be compared with this ElementId.