C#
VB
C++
Specifies whether two LeadSizeD structures contain the same values.
Public Operator =( _
ByVal size1 As Leadtools.LeadSizeD, _
ByVal size2 As Leadtools.LeadSizeD _
) As Boolean
public:
bool operator ==(
Leadtools.LeadSizeD size1,
Leadtools.LeadSizeD size2
)
size1
The first LeadSizeD structure to use in the comparison.
size2
The second LeadSizeD structure to use in the comparison.
true if the two LeadSizeD structures have the same values; 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