System.Activities System.Activities.Statements System.Activities.Expressions System.Activities.Validation System.Activities.XamlIntegration Microsoft.VisualBasic Microsoft.VisualBasic.Activities System System.Collections System.Collections.Generic System.Data System.Diagnostics System.Drawing System.IO System.Linq System.Net.Mail System.Xml System.Xml.Linq UiPath.Core UiPath.Core.Activities System.Windows.Markup System.Reflection System.Runtime.InteropServices System.Runtime.Serialization System.Activities Microsoft.VisualBasic mscorlib System.Data System.Data.DataSetExtensions System System.Drawing System.Core System.Xml System.Xml.Linq PresentationFramework WindowsBase PresentationCore System.Xaml UiPath.System.Activities UiPath.UiAutomation.Activities System.Reflection.Metadata System.Memory System.ServiceModel Microsoft.Bcl.AsyncInterfaces System.Runtime.Serialization System.ValueTuple System.ComponentModel.Composition NPOI System.Runtime.WindowsRuntime System.Collections.Immutable UiPath.System.Activities.Design True [arrA] [{"JACK|MATTER|15|Montgomery|40037228","RICHARD|MATTER|35|ROWTOWN|40037228","BECK|SPENCER|25|HuggesTown|40037228","DAVID|MARY|28|HELLSPOT|5637829222"}] [arrB] [{"MATTER|JACK|Montgomery","RICHARD|BOXER|ROWTOWN","DAVID|MARY|HELLSPOT"}] [arrResult] [arrA.Where(Function(s1) arrB.Any(Function(s2) s2.Split("|"c).All(Function(ss) s1.Split("|"c).Contains(ss)))).ToArray()]