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