Method Equals
Equals(XRHandJoint)
Tests for equality.
Declaration
public bool Equals(XRHandJoint other)
Parameters
| Type | Name | Description |
|---|---|---|
| XRHandJoint | other | The XRHandJoint to compare against. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the underlying native pointers are the same. Returns false otherwise. |
Implements
Equals(object)
Tests for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | An object to compare against. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if |