C#
VB
C++
Specifies whether this LeadSize contains the same width and height as the specified object.
Public Operator =( _
ByVal left As Leadtools.LeadSize, _
ByVal right As Leadtools.LeadSize _
) As Boolean
public:
bool operator ==(
Leadtools.LeadSize left,
Leadtools.LeadSize right
)
left
The first LeadSize to be used in the comparison.
right
The second LeadSize to be used in the comparison.
true if the two LeadSize have the same width and height; 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