| Revit Preview Release API |
| RoutingCriterionBase..::..IsEqual Method |
| RoutingCriterionBase Class See Also |
Verify if two criteria are the same.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
| C# |
|---|
public bool IsEqual( RoutingCriterionBase pOther ) |
| Visual Basic |
|---|
Public Function IsEqual ( _ pOther As RoutingCriterionBase _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsEqual( RoutingCriterionBase^ pOther ) |
Parameters
- pOther
- Type: Autodesk.Revit.DB..::..RoutingCriterionBase
Return Value
True if the criterion is equal to the other, false otherwise
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |