未验证 提交 6ec02e8f 编写于 作者: Y Youssef Victor 提交者: GitHub

chore: typo

上级 49b408c0
......@@ -95,8 +95,8 @@ namespace Uno
private static bool InternalEquals(CachedTuple<T1, T2> t1, CachedTuple<T1, T2> t2)
{
return ReferenceEquals(t1, t2) || (
EqualityComparer<T1>.Default(t1.Item1, t2.Item1)
&& EqualityComparer<T2>.Default(t1.Item2, t2.Item2)
EqualityComparer<T1>.Default.Equals(t1.Item1, t2.Item1)
&& EqualityComparer<T2>.Default.Equals(t1.Item2, t2.Item2)
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册