PointCloudOverridesIsEqual Method |
Check if the contents of two overrides are equal.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Boolean
True for equal, false otherwise.
Exceptions
See Also