Check if the contents of two overrides are equal.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsEqual( PointCloudOverrides other )
Parameters
- other PointCloudOverrides
- The overrides to be compared.
Return Value
BooleanTrue for equal, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
