←Select platform

Equals(LeadSize,LeadSize) Method

Summary

Specifies whether two LeadSize structures contain the same coordinates.

Syntax

C#
VB
Objective-C
C++
public static bool Equals( 
   LeadSize size1, 
   LeadSize size2 
) 
Public Overloads Shared Function Equals( _ 
   ByVal size1 As Leadtools.LeadSize, _ 
   ByVal size2 As Leadtools.LeadSize _ 
) As Boolean 
BOOL LeadSizeEqualToSize(LeadSize size1, LeadSize size2) 
public: 
static bool Equals(  
   Leadtools.LeadSize size1, 
   Leadtools.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

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

Leadtools Assembly