Compares two WorksetIds.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
public int Compare( WorksetId id ) |
| Visual Basic |
|---|
Public Function Compare ( _ id As WorksetId _ ) As Integer |
| Visual C++ |
|---|
public: int Compare( WorksetId^ id ) |
Parameters
- id
- Type: Autodesk.Revit.DB..::..WorksetId
The WorksetId to be compared with this WorksetId.