Version

GetObjectForComparison Method

This method returns the object that will be compared against when syncing data bound items with the underlying bound list.
Syntax
'Declaration
 
Public Shared Function GetObjectForComparison( _
   ByVal listObject As Object _
) As Object
public static object GetObjectForComparison( 
   object listObject
)

Parameters

listObject
The object from which to objecain the sync object.

Return Value

An object that will be used for comparison.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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