Re-tag type snippets

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-18 19:52:06 +03:00
parent acdbdd0ccb
commit bb109b243d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: matches title: matches
tags: object,type,intermediate tags: object,intermediate
--- ---
Compares two objects to determine if the first one contains equivalent property values to the second one. Compares two objects to determine if the first one contains equivalent property values to the second one.

View File

@ -1,6 +1,6 @@
--- ---
title: matchesWith title: matchesWith
tags: object,type,intermediate tags: object,intermediate
--- ---
Compares two objects to determine if the first one contains equivalent property values to the second one, based on a provided function. Compares two objects to determine if the first one contains equivalent property values to the second one, based on a provided function.