Xceed Toolkit Plus for WPF v4.6 Documentation
Equals Method (DataRange)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > DataRange Class : Equals Method
The object to compare with the current object.
Determines whether the specified object is equal to the current object.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal o As Object _
) As Boolean
'Usage
 
Dim instance As DataRange
Dim o As Object
Dim value As Boolean
 
value = instance.Equals(o)
public override bool Equals( 
   object o
)

Parameters

o
The object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataRange Class
DataRange Members
Base Implementation in Equals