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