←Select platform

Equals(LeadSizeD,LeadSizeD) Method

Summary

Specifies whether two LeadSizeD structures contain the same values.

Syntax
C#
VB
Objective-C
C++
public static bool Equals( 
   LeadSizeD size1, 
   LeadSizeD size2 
) 
Public Overloads Shared Function Equals( _ 
   ByVal size1 As LeadSizeD, _ 
   ByVal size2 As LeadSizeD _ 
) As Boolean 
BOOL LeadSizeDEqualToSizeD(LeadSizeD size1, LeadSizeD size2) 
public: 
static bool Equals(  
   LeadSizeD size1, 
   LeadSizeD size2 
)  

Parameters

size1
The first LeadSizeD structure to use in the comparison.

size2
The second LeadSizeD structure to use in the comparison.

Return Value

true if the two LeadSizeD structures have the same values; 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