This commit is contained in:
Stephan
2017-09-23 10:08:18 +02:00
parent c1e2625de0
commit 5ba2ffcbf3
224 changed files with 709 additions and 709 deletions

View File

@@ -53,7 +53,7 @@ namespace Umbraco.Core.Models
{
if (o == null && o1 == null) return true;
//custom comparer for strings.
//custom comparer for strings.
if (o is string || o1 is string)
{
//if one is null and another is empty then they are the same