Fixed "name can be simplified"

This commit is contained in:
Joshua Askharoun
2021-03-31 17:20:20 -05:00
parent 9b09412b45
commit 799fca8d97
384 changed files with 3966 additions and 3966 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ namespace Microsoft.Iris
void ITimerOwner.OnTimerPropertyChanged(string id)
{
if (object.ReferenceEquals(id, NotificationID.Interval))
if (ReferenceEquals(id, NotificationID.Interval))
this.FirePropertyChanged("TimeSpanInterval");
this.FirePropertyChanged(id);
}