Operator operator ==
operator ==(XRSessionUpdateParams, XRSessionUpdateParams)
Compares for equality.
Declaration
public static bool operator ==(XRSessionUpdateParams lhs, XRSessionUpdateParams rhs)
Parameters
Type | Name | Description |
---|---|---|
XRSessionUpdateParams | lhs | The left-hand side of the comparison. |
XRSessionUpdateParams | rhs | The right-hand side of the comparison. |
Returns
Type | Description |
---|---|
bool | The same as Equals(XRSessionUpdateParams). |