←Select platform

Equality Operator

Summary
Specifies whether two LeadLengthD structures contains the same values.
Syntax
C#
C++/CLI
Python
public static bool ==( 
   LeadLengthD length1, 
   LeadLengthD length2 
) 
public: 
bool operator ==(  
   LeadLengthD length1, 
   LeadLengthD length2 
) 
def op_Equality(self,length1,length2): 

Parameters

length1
The first LeadLengthD structure on the left side of the comparison operator.

length2
The second LeadLengthD structure on the right side of the comparison operator.

Return Value

true if the two LeadLengthD have the same values; false, otherwise.

Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.