LEADTOOLS (Leadtools assembly)

Equality Operator (LeadSize)

Show in webframe







The first LeadSize to be used in the comparison.
The second LeadSize to be used in the comparison.
Specifies whether this LeadSize contains the same width and height as the specified object.
Syntax
public bool operator ==( 
   LeadSize left,
   LeadSize right
)
'Declaration
 
Public Operator =( _
   ByVal left As LeadSize, _
   ByVal right As LeadSize _
) As Boolean
'Usage
 
public bool operator ==( 
   LeadSize left,
   LeadSize right
)

            

            
This operator type is not supported by WinRT JavaScript
public:
bool operator ==( 
   LeadSize left,
   LeadSize right
)

Parameters

left
The first LeadSize to be used in the comparison.
right
The second LeadSize to be used in the comparison.

Return Value

true if the two LeadSize have the same width and height; false, otherwise.
Requirements

Target Platforms

See Also

Reference

LeadSize Structure
LeadSize Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.