MatrixInequality Operator  | 
 
            Tests whether two matrix structures differs.
            
 
    Namespace: 
   Easymap.AddIn.Common.Graphics
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntaxpublic static bool operator !=(
	Matrix left,
	Matrix right
)
Public Shared Operator <> ( 
	left As Matrix,
	right As Matrix
) As Boolean
Parameters
- left
 - Type: Easymap.AddIn.Common.GraphicsMatrix
The matrix structure that is to the left of the equality operator. - right
 - Type: Easymap.AddIn.Common.GraphicsMatrix
The matrix structure that is to the right of the equality operator. 
Return Value
Type: 
BooleanThis operator returns true if any of matrix properties are unequal; otherwise false.
See Also