←Select platform

IsEqual Method (LeadSizeHelper)

Summary

Specifies whether two LeadSize structures contain the same coordinates.

Syntax

C#
VB
WinRT C#
C++
public static bool IsEqual(  
   Leadtools.LeadSize size1, 
   Leadtools.LeadSize size2 
) 
Public Shared Function IsEqual( _ 
   ByVal size1 As Leadtools.LeadSize, _ 
   ByVal size2 As Leadtools.LeadSize _ 
) As Boolean 
public static bool IsEqual(  
   Leadtools.LeadSize size1, 
   Leadtools.LeadSize size2 
) 
 function Leadtools.LeadSizeHelper.IsEqual(  
   size1 , 
   size2  
) 
public: 
static bool IsEqual(  
   Leadtools.LeadSize size1, 
   Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly