delphirtl • Docs
delphirtl / haveNoDuplicates
haveNoDuplicates(
arr1
,arr2
,key
):boolean
Compare all elements of arr1 and arr2 and ensure they have no duplicates
• arr1: any
[]
• arr2: any
[]
• key: string
boolean
true if there’s duplicates, false otherwise