diff --git a/CUSTOM.md b/CUSTOM.md index 8fb74ecb5..6d32f40bf 100644 --- a/CUSTOM.md +++ b/CUSTOM.md @@ -288,6 +288,11 @@ it.util.toHash(['a', 'b', 'c']) // { a: true, b: true, c: true } ``` +##### .equal(value1, value2) -> Boolean + +Performs deep equality comparison. This function is used in keywords `enum`, `constant`, `uniqueItems` and can be used in custom keywords. + + ##### .getProperty(String key) -> String Converts the string that is the key/index to access the property/item to the JavaScript syntax to access the property (either "." notation or "[...]" notation).