←Select platform

IsEqual Method (LeadPointDHelper)

Summary

Specifies whether two LeadPointD objects contains the same coordinates.

Syntax

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

Parameters

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

point2
The second LeadPointD on the right side of the comparison operator.

Return Value

true if the two LeadPointD 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