Base:
3 references to GetHashCode
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid.razor.cs (3)
235
|| (Pagination?.
GetHashCode
() != _lastRefreshedPaginationStateHash);
455
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();
464
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();