We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681c52 commit 800f788Copy full SHA for 800f788
src/Components/Components/src/ChangeDetection.cs
@@ -8,6 +8,7 @@ namespace Microsoft.AspNetCore.Components;
8
internal sealed class ChangeDetection
9
{
10
private static readonly ConcurrentDictionary<Type, bool> _immutableNonObjectTypesCache = new();
11
+
12
public static bool MayHaveChanged<T1, T2>(T1 oldValue, T2 newValue)
13
14
var oldIsNotNull = oldValue != null;
0 commit comments