Method Equals
Equals(ARRaycastUpdatedEventArgs)
Tests for equality.
Declaration
public bool Equals(ARRaycastUpdatedEventArgs other)
Parameters
Type | Name | Description |
---|---|---|
ARRaycastUpdatedEventArgs | other | The event args to compare for equality. |
Returns
Type | Description |
---|---|
bool |
|
Implements
Equals(object)
Tests for equality.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The |
Returns
Type | Description |
---|---|
bool |
|