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