Determines whether one element id is greater than another element id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool operator >( ElementId elementId1, ElementId elementId2 )
Parameters
Return Value
BooleanTrue if the first element id is greater than the second element id, otherwise, false.