Compares two WorksetIds.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int Compare(
WorksetId id
)
Parameters
- id WorksetId
- The WorksetId to be compared with this WorksetId.
Return Value
Int32-1 if this WorksetId is less than id, 0 if equal, 1 if greater.
See Also
Reference