LEADTOOLS (Leadtools assembly)

Equals(LeadSize,LeadSize) Method

Show in webframe







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

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

Parameters

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

Return Value

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

Target Platforms

See Also

Reference

LeadSize Structure
LeadSize Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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