GetHashCode override fix
This commit is contained in:
parent
7fffd91c9b
commit
d7d574feb7
@ -36,7 +36,7 @@ namespace RehauSku.PriceListTools
|
|||||||
Name
|
Name
|
||||||
};
|
};
|
||||||
|
|
||||||
return properties.Where(p => p != null).Sum(p => p.GetHashCode());
|
return string.Concat(properties.Where(p => p != null)).GetHashCode();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user