mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Fixed "name can be simplified"
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user