ContainerSortingProvider.GetComparer(ISfcSimpleList, ISfcSimpleList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtain a Comparer for the specified list. The method is called only if AreListsComparable(ISfcSimpleList, ISfcSimpleList) returns true.
If AreListsComparable() returns true, this method must return a valid comparer.
public abstract System.Collections.Generic.IComparer<Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode> GetComparer (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleList list, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleList list2);
abstract member GetComparer : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleList * Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleList -> System.Collections.Generic.IComparer<Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode>
Public MustOverride Function GetComparer (list As ISfcSimpleList, list2 As ISfcSimpleList) As IComparer(Of ISfcSimpleNode)
Parameters
- list
- ISfcSimpleList
- list2
- ISfcSimpleList