Xceed Toolkit Plus for WPF v4.6 Documentation
CompareTo Method (LayoutContent)


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace > LayoutContent Class : CompareTo Method
Content with which the calling instance will be compared.
Compares the content of the current instance with the content of the specified object. If it the content cannot be compared, the titles are compared.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal other As LayoutContent _
) As Integer
'Usage
 
Dim instance As LayoutContent
Dim other As LayoutContent
Dim value As Integer
 
value = instance.CompareTo(other)
public int CompareTo( 
   LayoutContent other
)

Parameters

other
Content with which the calling instance will be compared.

Return Value

Whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
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

LayoutContent Class
LayoutContent Members