←Select platform

Equals(LeadPoint,LeadPoint) Method

Summary
Specifies whether two LeadPoint structures contain the same coordinates.
Syntax
C#
Objective-C
C++/CLI
Python
public static bool Equals( 
   LeadPoint point1, 
   LeadPoint point2 
) 
BOOL LeadPointEqualToPoint(LeadPoint point1, LeadPoint point2) 
public: 
static bool Equals(  
   LeadPoint point1, 
   LeadPoint point2 
)  
def Equals(self,point1,point2): 

Parameters

point1
The first LeadPoint structure to use in the comparison.

point2
The second LeadPoint structure to use in the comparison.

Return Value

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