←Select platform

Equals(LeadPointD,LeadPointD) Method

Summary
Specifies whether two LeadPointD structures contain the same values.
Syntax
C#
VB
Objective-C
C++
public static bool Equals( 
   LeadPointD point1, 
   LeadPointD point2 
) 
Public Overloads Shared Function Equals( _ 
   ByVal point1 As LeadPointD, _ 
   ByVal point2 As LeadPointD _ 
) As Boolean 
BOOL LeadPointDEqualToPointD(LeadPointD point1, LeadPointD point2) 
public: 
static bool Equals(  
   LeadPointD point1, 
   LeadPointD point2 
)  

Parameters

point1
The first LeadPointD structure to use in the comparison.

point2
The second LeadPointD structure to use in the comparison.

Return Value

true if the two LeadPointD structures have the same values; false, otherwise.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.