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