←Select platform

IsEqual Method (LeadRectHelper)

Summary

Specifies whether two LeadRect objects contain the same location and size.

Syntax

C#
VB
WinRT C#
C++
public static bool IsEqual(  
   Leadtools.LeadRect rect1, 
   Leadtools.LeadRect rect2 
) 
Public Shared Function IsEqual( _ 
   ByVal rect1 As Leadtools.LeadRect, _ 
   ByVal rect2 As Leadtools.LeadRect _ 
) As Boolean 
public static bool IsEqual(  
   Leadtools.LeadRect rect1, 
   Leadtools.LeadRect rect2 
) 
 function Leadtools.LeadRectHelper.IsEqual(  
   rect1 , 
   rect2  
) 
public: 
static bool IsEqual(  
   Leadtools.LeadRect rect1, 
   Leadtools.LeadRect rect2 
)  

Parameters

rect1
The first LeadRect on the left side of the comparison operator.

rect2
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly