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

WorksetId.GreaterThan Operator

Description:
Determines whether one WorksetId is greater than another WorksetId.
Syntax
public static bool operator >(
	WorksetId WorksetId1,
	WorksetId WorksetId2
)
Parameters
Parameter Type Description
WorksetId1 WorksetId The first WorksetId.
WorksetId2 WorksetId The second WorksetId.
Return Value
Type Description
Boolean True if the first WorksetId is greater than the second WorksetId, otherwise, false.