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