←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 Leadtools.LeadPoint, _ 
   ByVal point2 As Leadtools.LeadPoint _ 
) As Boolean 
BOOL LeadPointEqualToPoint(LeadPoint point1, LeadPoint point2) 
public: 
static bool Equals(  
   Leadtools.LeadPoint point1, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly