C#
VB
WinRT C#
C++
Specifies whether two LeadLengthD objects contains the same coordinates.
public static bool IsEqual(
Leadtools.LeadLengthD length1,
Leadtools.LeadLengthD length2
)
Public Shared Function IsEqual( _
ByVal length1 As Leadtools.LeadLengthD, _
ByVal length2 As Leadtools.LeadLengthD _
) As Boolean
public static bool IsEqual(
Leadtools.LeadLengthD length1,
Leadtools.LeadLengthD length2
)
function Leadtools.LeadLengthDHelper.IsEqual(
length1 ,
length2
)
public:
static bool IsEqual(
Leadtools.LeadLengthD length1,
Leadtools.LeadLengthD length2
)
length1
The first LeadLengthD on the left side of the comparison operator.
length2
The second LeadLengthD on the right side of the comparison operator.
true if the two LeadLengthD 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