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