Revit Preview Release API |
WallSweepInfo..::..IsEqual Method |
WallSweepInfo Class See Also |
Determines if the input object is equivalent to this WallSweepInfo.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2012
Syntax
C# |
---|
public bool IsEqual( WallSweepInfo toCompare ) |
Visual Basic |
---|
Public Function IsEqual ( _ toCompare As WallSweepInfo _ ) As Boolean |
Visual C++ |
---|
public: bool IsEqual( WallSweepInfo^ toCompare ) |
Parameters
- toCompare
- Type: Autodesk.Revit.DB..::..WallSweepInfo
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |