Class LenComparer
Inheritance
System.Object
LenComparer
Implements
System.Collections.Generic.IComparer<System.Object>
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class LenComparer : Object, IComparer<object>
Constructors
LenComparer()
Declaration
public LenComparer()
Methods
Compare(Object, Object)
Compares 2 strings based on their length.
Declaration
public int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | String 1. |
System.Object | y | String 2. |
Returns
Type |
---|
System.Int32 |
Implements
System.Collections.Generic.IComparer<>