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