←Select platform

Inequality Operator

Summary
Specifies whether two LeadRectD structures do not contain the same values.
Syntax
C#
VB
C++
public static bool !=( 
   LeadRectD rect1, 
   LeadRectD rect2 
) 
Public Operator <>( _ 
   ByVal rect1 As LeadRectD, _ 
   ByVal rect2 As LeadRectD _ 
) As Boolean 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.