Update CompareUtil.cs

Add TODO to not fully implemented RecursiveCompare()
This commit is contained in:
Valens
2025-01-28 16:43:36 -05:00
parent f5744e7b33
commit 4e48f6f9ed
+1
View File
@@ -24,6 +24,7 @@ public class CompareUtil
*/
public bool RecursiveCompare(object v1, object v2)
{
// TODO: Fix this shit.
// const typeOfv1 = typeof v1;
// const typeOfv2 = typeof v2;
// if (CompareUtil.typesToCheckAgainst.has(typeOfv1)) {