Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Equals Method (LeadRect)








The 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
)
BOOL LeadRectEqualToRect(LeadRect rect1, LeadRect rect2)
public boolean equals(Object obj)
 function Leadtools.LeadRect.Equals( 
   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

See Also

Reference

LeadRect Structure
LeadRect Members

Error processing SSI file