Specifies whether two
LeadSizeD structures contains the same coordinates.
function Leadtools.LeadSizeDHelper.IsEqual(
size1 ,
size2
)
Parameters
- 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.
Return Value
true if the two
LeadSizeD structures have the same coordinates;
false, otherwise.