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(ARPlanesChangedEventArgs)
Tests for equality.
Declaration
public bool Equals(ARPlanesChangedEventArgs other)
Parameters
| Type | Name | Description |
|---|---|---|
| ARPlanesChangedEventArgs | other | The other ARPlanesChangedEventArgs to compare against. |
Returns
| Type | Description |
|---|---|
| bool |
|