←Select platform

IsEqual Method (LeadSizeDHelper)

Summary

Specifies whether two LeadSizeD structures contains the same coordinates.

Syntax

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

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

Leadtools Assembly