LEADTOOLS (Leadtools assembly)

Inequality Operator (LeadMatrix)

Show in webframe







The first object to use in the comparison.
The second object to use in the comparison.
Compares two LeadMatrix objects to determine whether they do not contain the same coordinates.
Syntax
public bool operator !=( 
   LeadMatrix matrix1,
   LeadMatrix matrix2
)
'Declaration
 
Public Operator <>( _
   ByVal matrix1 As LeadMatrix, _
   ByVal matrix2 As LeadMatrix _
) As Boolean
'Usage
 
public bool operator !=( 
   LeadMatrix matrix1,
   LeadMatrix matrix2
)

            

            
This operator type is not supported by WinRT JavaScript
public:
bool operator !=( 
   LeadMatrix matrix1,
   LeadMatrix matrix2
)

Parameters

matrix1
The first object to use in the comparison.
matrix2
The second object to use in the comparison.

Return Value

true if the two LeadMatrix objects do not have the same coordinates; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.