Base:
3 references to GetHashCode
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid.razor.cs (3)
200
|| (Pagination?.
GetHashCode
() != _lastRefreshedPaginationStateHash);
338
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();
356
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();