Orc.NuGetExplorer.PagingService.IsLastPage C# (CSharp) Méthode

IsLastPage() public méthode

public IsLastPage ( Pager pager ) : bool
pager Pager
Résultat bool
        public bool IsLastPage(Pager pager)
        {
            var lastPageIndex = GetLastPageIndex(pager);
            return pager.ItemIndex >= lastPageIndex;
        }