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