PointCloudColorSettings.IsEqual
Method
Description:
Check if the contents of two settings are equal.
Check if the contents of two settings are equal.
Parameters
Parameter | Type | Description |
---|---|---|
other | PointCloudColorSettings | The settings to be compared. |
Return Value
Type | Description |
---|---|
Boolean | True for equal, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |