📅  最后修改于: 2022-03-11 14:49:15.700000             🧑  作者: Mango
/*
Reflection can use characters that look like other characters, but are actually different!
Reflection boxes the values twice into new objects and == will compare by reference.
Try using object.Equals(currentValue, newValue) instead or convert the objects to strings first.
*/