Method Equals
Equals(object)
Compares this raycast for equality with an object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare for equality. |
Returns
| Type | Description |
|---|---|
| bool |
|
Overrides
Equals(XRRaycast)
Compares this raycast for equality with another raycast.
Declaration
public bool Equals(XRRaycast other)
Parameters
| Type | Name | Description |
|---|---|---|
| XRRaycast | other | The raycast with which to compare. |
Returns
| Type | Description |
|---|---|
| bool |
|