C#
VB
WinRT C#
C++
Specifies whether two LeadPoint objects contains the same coordinates.
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
)
point1
The first LeadPoint on the left side of the comparison operator.
point2
The second LeadPoint 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