Determines if the input object is equivalent to this WallSweepInfo.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 |