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