Matrix3x2::Equality Operator
Returns a value that indicates whether the specified matrices are equal.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value1
- Type: System.Numerics::Matrix3x2
The first matrix to compare.
- value2
- Type: System.Numerics::Matrix3x2
The second matrix to compare.
Show: