Base:
3 references to GetHashCode
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid.razor.cs (3)
190
|| (Pagination?.
GetHashCode
() != _lastRefreshedPaginationStateHash);
305
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();
323
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();