RVTDocs.com
Namespace: Autodesk.Revit.DB Class: WorksetId

WorksetId.Compare

Method
Description:
Compares two WorksetIds.
Syntax
public int Compare(
	WorksetId id
)
Parameters
Parameter Type Description
id WorksetId The WorksetId to be compared with this WorksetId.
Return Value
Type Description
Int32 -1 if this WorksetId is less than id, 0 if equal, 1 if greater.