Xceed DataGrid for Silverlight Documentation
Equals Method (DataItem)


The object to compare.
Determines whether the specified object is equal to the current instance.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As DataItem
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

Parameters

obj
The object to compare.

Return Value

true if the objects are equal; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataItem Class
DataItem Members
Base Implementation in Equals

Send Feedback