←Select platform

IsEqual Method (LeadPointHelper)

Summary

Specifies whether two LeadPoint objects contains the same coordinates.

Syntax

C#
VB
WinRT C#
C++
public static bool IsEqual(  
   Leadtools.LeadPoint point1, 
   Leadtools.LeadPoint point2 
) 
Public Shared Function IsEqual( _ 
   ByVal point1 As Leadtools.LeadPoint, _ 
   ByVal point2 As Leadtools.LeadPoint _ 
) As Boolean 
public static bool IsEqual(  
   Leadtools.LeadPoint point1, 
   Leadtools.LeadPoint point2 
) 
 function Leadtools.LeadPointHelper.IsEqual(  
   point1 , 
   point2  
) 
public: 
static bool IsEqual(  
   Leadtools.LeadPoint point1, 
   Leadtools.LeadPoint point2 
)  

Parameters

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

point2
The second LeadPoint 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly