C#
VB
Objective-C
C++
Specifies whether two LeadSize structures contain the same coordinates.
Public Overloads Shared Function Equals( _
ByVal size1 As Leadtools.LeadSize, _
ByVal size2 As Leadtools.LeadSize _
) As Boolean
public:
static bool Equals(
Leadtools.LeadSize size1,
Leadtools.LeadSize size2
)
size1
The first LeadSize structure to use in the comparison.
size2
The second LeadSize structure to use in the comparison.
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