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
@@ -176,7 +176,7 @@ namespace Microsoft.Iris.Markup
public override object PerformOperation(object left, object right, OperationType op)
{
bool flag = object.Equals(left, right);
bool flag = Equals(left, right);
switch (op)
{
case OperationType.RelationalEquals: