Method Equals
Equals(object)
Tests for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The |
Returns
| Type | Description |
|---|---|
| bool |
|
Overrides
Equals(ARPointCloudChangedEventArgs)
Tests for equality.
Declaration
public bool Equals(ARPointCloudChangedEventArgs other)
Parameters
| Type | Name | Description |
|---|---|---|
| ARPointCloudChangedEventArgs | other | The other ARPointCloudChangedEventArgs to compare against. |
Returns
| Type | Description |
|---|---|
| bool |
|