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