←Select platform

Equals Method

Summary
Determines whether the specified object equals this LeadRect object.
Syntax
C#
VB
Objective-C
C++
Java
public override bool Equals( 
   object obj 
) 
Public Overrides Function Equals( _ 
   ByVal obj As Object _ 
) As Boolean 
BOOL LeadRectEqualToRect(LeadRect rect1, LeadRect rect2) 
public boolean equals(Object obj) 
public: 
bool Equals(  
   Object^ obj 
) override  

Parameters

obj
The Object to test.

Return Value

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

Remarks

For more information refer to Equals.

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.