Revit 2026 API
Routing |
Verify if two criteria are the same.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsEqual( RoutingCriterionBase pOther )
Public Function IsEqual ( pOther As RoutingCriterionBase ) As Boolean
public: bool IsEqual( RoutingCriterionBase^ pOther )
member IsEqual : pOther : RoutingCriterionBase -> bool
Parameters
- pOther RoutingCriterionBase
Return Value
BooleanTrue if the criterion is equal to the other, false otherwise

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also