Base:
3 references to GetHashCode
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid.razor.cs (3)
198
|| (Pagination?.
GetHashCode
() != _lastRefreshedPaginationStateHash);
329
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();
347
_lastRefreshedPaginationStateHash = Pagination?.
GetHashCode
();