LEADTOOLS (Leadtools assembly)

Equals Method (LeadRect)

Show in webframe







The System.Object to test.
Determines whether the specified object equals this LeadRect object.
Syntax
public override bool Equals( 
   object obj
)
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As LeadRect
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)
int LeadRect_IsEqual(LeadRect rect1, LeadRect rect2);
public boolean equals(Object obj)
 function Leadtools.LeadRect.Equals( 
   obj 
)
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The System.Object to test.

Return Value

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

For more information refer to System.Object.Equals(System.Object).

Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.