BCGControlBar Library for .NET
Compare Method (GridSort)




Syntax
'Declaration
 
Protected Function Compare( _
   ByVal x As Object, _
   ByVal y As Object _
) As Integer
'Usage
 
Dim instance As GridSort
Dim x As Object
Dim y As Object
Dim value As Integer
 
value = instance.Compare(x, y)
protected int Compare( 
   object x,
   object y
)
protected: int Compare( 
   Object* x,
   Object* y
) 
protected:
int Compare( 
   Object^ x,
   Object^ y
) 

Parameters

x
y
Requirements

Target Platforms: 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

GridSort Class
GridSort Members

Send Feedback