LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEqual Method (LeadSizeHelper)






The first LeadSize structure on the left side of the comparison operator.
The second LeadSize structure on the right side of the comparison operator.
Specifies whether two LeadSize structures contain the same coordinates. .NET support WinRT support
Syntax
public static bool IsEqual( 
   LeadSize size1,
   LeadSize size2
)
'Declaration
 
Public Shared Function IsEqual( _
   ByVal size1 As LeadSize, _
   ByVal size2 As LeadSize _
) As Boolean
'Usage
 
Dim size1 As LeadSize
Dim size2 As LeadSize
Dim value As Boolean
 
value = LeadSizeHelper.IsEqual(size1, size2)
public static bool IsEqual( 
   LeadSize size1,
   LeadSize size2
)
 function Leadtools.LeadSizeHelper.IsEqual( 
   size1 ,
   size2 
)
public:
static bool IsEqual( 
   LeadSize size1,
   LeadSize size2
) 

Parameters

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

Return Value

true if the two LeadSize 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

LeadSizeHelper Class
LeadSizeHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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