You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't expect that to be a problem in the apps I'm thinking of. But if we want to come up with one pattern to rule them all, maybe it's best to set unconditionally and use EqualityComparer<T>.Default.Equals to determine whether to raise PropertyChanged?
https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.runtimehelpers.equals?view=netframework-4.8
Does it box for value types or does it get special IL? /cc @jnm2
The text was updated successfully, but these errors were encountered: