LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Equality Operator
See Also 
Leadtools Namespace > LeadRect Structure : Equality Operator


left
The first LeadRect on the left side of the comparison operator.
right
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. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal left As LeadRect, _
   ByVal right As LeadRect _
) As Boolean
C# 
public bool operator ==( 
   LeadRect left,
   LeadRect right
)
C++/CLI 
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also