LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Equals Method
See Also 
Leadtools Namespace > LeadSize Structure : Equals Method



obj
The object to be used in the comparison with the current object.
obj
The object to be used in the comparison with the current object.
Specifies whether this LeadSize contains the same width and height as the specified object. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LeadSize
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
C# 
public override bool Equals( 
   object obj
)
C++/CLI 
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The object to be used in the comparison with the current object.

Return Value

true if the obj has the same width and height as this LeadSize; otherwise, false.

Remarks

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also