LEADTOOLS (Leadtools assembly)

IsEqual Method (LeadRectDHelper)

Show in webframe







The first LeadRectD on the left side of the comparison operator.
The second LeadRectD on the right side of the comparison operator.
Specifies whether two LeadRectD objects contain the same location and size.
Syntax
public static bool IsEqual( 
   LeadRectD rect1,
   LeadRectD rect2
)
'Declaration
 
Public Shared Function IsEqual( _
   ByVal rect1 As LeadRectD, _
   ByVal rect2 As LeadRectD _
) As Boolean
'Usage
 
Dim rect1 As LeadRectD
Dim rect2 As LeadRectD
Dim value As Boolean
 
value = LeadRectDHelper.IsEqual(rect1, rect2)
public static bool IsEqual( 
   LeadRectD rect1,
   LeadRectD rect2
)

            

            
 function Leadtools.LeadRectDHelper.IsEqual( 
   rect1 ,
   rect2 
)
public:
static bool IsEqual( 
   LeadRectD rect1,
   LeadRectD rect2
) 

Parameters

rect1
The first LeadRectD on the left side of the comparison operator.
rect2
The second LeadRectD on the right side of the comparison operator.

Return Value

true if the two LeadRectD have the same location and size; false, otherwise.
Requirements

Target Platforms

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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