Skip to main content

DXObservableCollection<T>.BinarySearch(T, Func<T, T, Int32>) Method

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public int BinarySearch(
    T item,
    Func<T, T, int> comparer
)

#Parameters

Name Type
item T
comparer Func<T, T, Int32>

#Returns

Type
Int32
See Also