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