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