←Select platform

Equality Operator

Summary
Specifies whether this LeadPoint structure contains the same coordinates as the specified object.
Syntax
C#
C++/CLI
Python
public static bool ==( 
   LeadPoint left, 
   LeadPoint right 
) 
public: 
bool operator ==(  
   LeadPoint left, 
   LeadPoint right 
) 
def op_Equality(self,left,right): 

Parameters

left
The first LeadPoint structure on the left side of the comparison operator.

right
The second LeadPoint structure on the right side of the comparison operator.

Return Value

true if the two LeadPoint have the same coordinates; 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.