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