Click or drag to resize

BrowserListItemComparerCompare Method

[Missing <summary> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.Comparer.Compare(Altaxo.Collections.SelectableListNode,Altaxo.Collections.SelectableListNode)"]


Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int Compare(
	SelectableListNode x,
	SelectableListNode y
)

Parameters

x  SelectableListNode

[Missing <param name="x"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.Comparer.Compare(Altaxo.Collections.SelectableListNode,Altaxo.Collections.SelectableListNode)"]

y  SelectableListNode

[Missing <param name="y"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.Comparer.Compare(Altaxo.Collections.SelectableListNode,Altaxo.Collections.SelectableListNode)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.Comparer.Compare(Altaxo.Collections.SelectableListNode,Altaxo.Collections.SelectableListNode)"]

Implements

IComparerTCompare(T, T)
See Also