Revit 2025.3 API
Point |
Check if the contents of two overrides are equal.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsEqual( PointCloudOverrides other )
Public Function IsEqual ( other As PointCloudOverrides ) As Boolean
public: bool IsEqual( PointCloudOverrides^ other )
member IsEqual : other : PointCloudOverrides -> bool
Parameters
- other PointCloudOverrides
- The overrides to be compared.
Return Value
BooleanTrue for equal, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also