Share

PointCloudOverrides.IsEqual Method

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

C#

public bool IsEqual(
	PointCloudOverrides other
)

Parameters

other  PointCloudOverrides
The overrides to be compared.

Return Value

Boolean
True for equal, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?