PointCloudOverrideSettings.IsEqual
Method
Description:
Checks if the contents of two settings are equal.
Checks if the contents of two settings are equal.
Parameters
| Parameter | Type | Description |
|---|---|---|
| other | PointCloudOverrideSettings | 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 |