operator !=(Matrix2D, Matrix2D)
Checks if two matrices are not equal.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Operator
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public static bool operator !=(Matrix2D lhs, Matrix2D rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if "lhs" and "rhs" not are equal, or false otherwise. |