←Select platform

Inequality Operator (LeadRectD)

Summary

Specifies whether two LeadRectD structures do not contain the same values.

Syntax

C#
VB
C++
public bool operator !=(  
   Leadtools.LeadRectD rect1, 
   Leadtools.LeadRectD rect2 
) 
Public Operator <>( _ 
   ByVal rect1 As Leadtools.LeadRectD, _ 
   ByVal rect2 As Leadtools.LeadRectD _ 
) As Boolean 
public: 
bool operator !=(  
   Leadtools.LeadRectD rect1, 
   Leadtools.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize