| Revit 2020 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: 20.0.0.0 (20.0.0.377)
Since: 
   2012
 Syntax
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
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |