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