←Select platform

Equality Operator

Summary

Specifies whether this LeadPoint structure contains the same coordinates as the specified object.

Syntax
C#
VB
C++
public static bool ==( 
   LeadPoint left, 
   LeadPoint right 
) 
Public Operator =( _ 
   ByVal left As LeadPoint, _ 
   ByVal right As LeadPoint _ 
) As Boolean 
public: 
bool operator ==(  
   LeadPoint left, 
   LeadPoint right 
) 

Parameters

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

right
The second LeadPoint structure 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly