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 > LeadPoint 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 LeadPoint contains the same coordinates 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 LeadPoint
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 two LeadPoint have the same coordinates; false, otherwise.

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