C#
VB
C++
Specifies whether this LeadPoint structure contains the same coordinates as the specified object.
Public Operator =( _
ByVal left As Leadtools.LeadPoint, _
ByVal right As Leadtools.LeadPoint _
) As Boolean
public:
bool operator ==(
Leadtools.LeadPoint left,
Leadtools.LeadPoint right
)
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.
true if the two LeadPoint have the same coordinates; false, otherwise.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET