LEADTOOLS (Leadtools assembly)

Inequality Operator (LeadRectD)

Show in webframe







The first LeadRectD structure to use in the comparison.
The second LeadRectD structure to use in the comparison.
Specifies whether two LeadRectD structures do not contain the same values.
Syntax
public bool operator !=( 
   LeadRectD rect1,
   LeadRectD rect2
)
'Declaration
 
Public Operator <>( _
   ByVal rect1 As LeadRectD, _
   ByVal rect2 As LeadRectD _
) As Boolean
'Usage
 
public bool operator !=( 
   LeadRectD rect1,
   LeadRectD rect2
)

            

            
This operator type is not supported by WinRT JavaScript
public:
bool operator !=( 
   LeadRectD rect1,
   LeadRectD rect2
)

Parameters

rect1
The first LeadRectD structure to use in the comparison.
rect2
The second LeadRectD structure to use in the comparison.

Return Value

true if the two LeadRectD structures do not have the same values; false, otherwise.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

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