←Select platform

Equals(LeadPoint,LeadPoint) Method

Summary

Specifies whether two LeadPoint structures contain the same coordinates.

Syntax
C#
VB
Objective-C
C++
public static bool Equals( 
   LeadPoint point1, 
   LeadPoint point2 
) 
Public Overloads Shared Function Equals( _ 
   ByVal point1 As LeadPoint, _ 
   ByVal point2 As LeadPoint _ 
) As Boolean 
BOOL LeadPointEqualToPoint(LeadPoint point1, LeadPoint point2) 
public: 
static bool Equals(  
   LeadPoint point1, 
   LeadPoint 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly