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