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