←Select platform

Equality Operator

Summary
Specifies whether this LeadRect contains the same location and size as the specified object.
Syntax
C#
VB
C++
public static bool ==( 
   LeadRect left, 
   LeadRect right 
) 
Public Operator =( _ 
   ByVal left As LeadRect, _ 
   ByVal right As LeadRect _ 
) As Boolean 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.