Dundas Chart for Windows Forms
Equals Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ElementPosition Class : Equals Method


obj
Object to be compared to.
Element position to test with
Determines whether two chart elements have the exact same position.
Determines whether two element positions are equal.

Syntax

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

Parameters

obj
Object to be compared to.
Element position to test with

Return Value

Returns true if two chart elements have the exact same position, otherwise false.
True if positions are equal

Remarks

Use this method to determine if two chart elements (e.g. chart areas, data points, etc.) have the exact same position.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.