LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Equality Operator (LeadRect)






The first LeadRect on the left side of the comparison operator.
The second LeadRect on the right side of the comparison operator.
Specifies whether this LeadRect contains the same location and size as the specified object. .NET support Silverlight support
Syntax
public bool operator ==( 
   LeadRect left,
   LeadRect right
)
'Declaration
 
Public Operator =( _
   ByVal left As LeadRect, _
   ByVal right As LeadRect _
) As Boolean
'Usage
 
public bool operator ==( 
   LeadRect left,
   LeadRect right
)
This operator type is not supported by WinRT JavaScript
public:
bool operator ==( 
   LeadRect left,
   LeadRect right
)

Parameters

left
The first LeadRect on the left side of the comparison operator.
right
The second LeadRect on the right side of the comparison operator.

Return Value

true if the two LeadRect have the same location and size; false, otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

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