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