←Select platform

IsEqual Method (LeadRectDHelper)

Summary

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

Syntax

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

Parameters

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

rect2
The second LeadRectD on the right side of the comparison operator.

Return Value

true if the two LeadRectD 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