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
// Downside: can fail to raise the event and return true for things that an observer could care// about which are ignored by Equals.protectedboolTrySet<T>(refTfield,Tvalue,[CallerMemberName]stringpropertyName=null){varshouldNotify=!EqualityComparer<T>.Default.Equals(field, value);field=value;if(shouldNotify) OnPropertyChanged(propertyName);returnshouldNotify;}
/cc @jnm2
The text was updated successfully, but these errors were encountered: