LEADTOOLS (Leadtools assembly)

IsEqual Method (LeadSizeDHelper)

Show in webframe







The first LeadSizeD structure on the left side of the comparison operator.
The second LeadSizeD structure on the right side of the comparison operator.
Specifies whether two LeadSizeD structures contains the same coordinates.
Syntax
public static bool IsEqual( 
   LeadSizeD size1,
   LeadSizeD size2
)
'Declaration
 
Public Shared Function IsEqual( _
   ByVal size1 As LeadSizeD, _
   ByVal size2 As LeadSizeD _
) As Boolean
'Usage
 
Dim size1 As LeadSizeD
Dim size2 As LeadSizeD
Dim value As Boolean
 
value = LeadSizeDHelper.IsEqual(size1, size2)
public static bool IsEqual( 
   LeadSizeD size1,
   LeadSizeD size2
)

            

            
 function Leadtools.LeadSizeDHelper.IsEqual( 
   size1 ,
   size2 
)
public:
static bool IsEqual( 
   LeadSizeD size1,
   LeadSizeD size2
) 

Parameters

size1
The first LeadSizeD structure on the left side of the comparison operator.
size2
The second LeadSizeD structure on the right side of the comparison operator.

Return Value

true if the two LeadSizeD structures have the same coordinates; false, otherwise.
Requirements

Target Platforms

See Also

Reference

LeadSizeDHelper Class
LeadSizeDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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