←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 LeadSize, _ 
   ByVal size2 As LeadSize _ 
) As Boolean 
BOOL LeadSizeEqualToSize(LeadSize size1, LeadSize 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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly