Inequality Operator (Matrix3x2)
Tests for inequality between two objects.
'Declaration
Public Operator <>( _
ByVal As Matrix3x2, _
ByVal As Matrix3x2 _
) As System.Boolean
Parameters
- left
- The first value to compare.
- right
- The second value to compare.