LEADTOOLS (Leadtools assembly)

IsEqual Method (LeadRectHelper)

Show in webframe







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

            

            
 function Leadtools.LeadRectHelper.IsEqual( 
   rect1 ,
   rect2 
)
public:
static bool IsEqual( 
   LeadRect rect1,
   LeadRect rect2
) 

Parameters

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

Return Value

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

Target Platforms

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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