Base:
3 references to GetHashCode
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid.razor.cs (3)
292
|| (Pagination?.
GetHashCode
() != _lastRefreshedPaginationStateHash);
549
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();
558
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();