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