operator ==(Matrix2D, Matrix2D)
Checks if two matrices are equal.
Read time 1 minuteLast updated 10 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" are equal, or false otherwise. |