LEADTOOLS (Leadtools assembly)

Equals(LeadSizeD,LeadSizeD) Method

Show in webframe







The first LeadSizeD structure to use in the comparison.
The second LeadSizeD structure to use in the comparison.
Specifies whether two LeadSizeD structures contain the same values.
Syntax
public static bool Equals( 
   LeadSizeD size1,
   LeadSizeD size2
)
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal size1 As LeadSizeD, _
   ByVal size2 As LeadSizeD _
) As Boolean
'Usage
 
Dim size1 As LeadSizeD
Dim size2 As LeadSizeD
Dim value As Boolean
 
value = LeadSizeD.Equals(size1, size2)
public static bool Equals( 
   LeadSizeD size1,
   LeadSizeD size2
)

            

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

Parameters

size1
The first LeadSizeD structure to use in the comparison.
size2
The second LeadSizeD structure to use in the comparison.

Return Value

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

Target Platforms

See Also

Reference

LeadSizeD Structure
LeadSizeD Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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