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