ComponentOne Bitmap for UWP
Inequality Operator (Matrix5x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix5x4 Structure : Inequality Operator
The first value to compare.
The second value to compare.
Tests for inequality between two objects.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal left As Matrix5x4, _
   ByVal right As Matrix5x4 _
) As System.Boolean
public System.bool operator !=( 
   Matrix5x4 left,
   Matrix5x4 right
)

Parameters

left
The first value to compare.
right
The second value to compare.

Return Value

true if left has a different value than right; otherwise, false.
See Also

Reference

Matrix5x4 Structure
Matrix5x4 Members