←Select platform

Equals Method

Summary
Determines whether the specified object equals this LeadRect object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public override bool Equals( 
   object obj 
) 
BOOL LeadRectEqualToRect(LeadRect rect1, LeadRect rect2) 
public boolean equals( 
   java.lang.Object object 
); 
public: 
bool Equals(  
   Object^ obj 
) override  
def Equals(self,obj): 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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