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

ElementId.GreaterThan Operator

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