LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEqual Method (LeadSizeDHelper)






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. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadSizeDHelper Class
LeadSizeDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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