←Select platform

Equals Method

Summary

Determines whether the specified object equals this LeadRect object.

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly