C#
VB
WinRT C#
C++
Specifies whether two LeadRect objects contain the same location and size.
public static bool IsEqual(
Leadtools.LeadRect rect1,
Leadtools.LeadRect rect2
)
Public Shared Function IsEqual( _
ByVal rect1 As Leadtools.LeadRect, _
ByVal rect2 As Leadtools.LeadRect _
) As Boolean
public static bool IsEqual(
Leadtools.LeadRect rect1,
Leadtools.LeadRect rect2
)
function Leadtools.LeadRectHelper.IsEqual(
rect1 ,
rect2
)
public:
static bool IsEqual(
Leadtools.LeadRect rect1,
Leadtools.LeadRect rect2
)
rect1
The first LeadRect on the left side of the comparison operator.
rect2
The second LeadRect on the right side of the comparison operator.
true if the two LeadRect have the same location and size; 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