←Select platform

Equality Operator

Summary
Specifies whether two LeadRectD structures contain the same values.
Syntax
C#
C++/CLI
Python
public static bool ==( 
   LeadRectD rect1, 
   LeadRectD rect2 
) 
public: 
bool operator ==(  
   LeadRectD rect1, 
   LeadRectD rect2 
) 
def op_Equality(self,rect1,rect2): 

Parameters

rect1
The first LeadRectD structure to use in the comparison.

rect2
The second LeadRectD structure to use in the comparison.

Return Value

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

Requirements

Target Platforms

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

Leadtools Assembly

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