linq - C# FindAll Method with array of values -


i have kind of ulr object list below

list<myurl> urls = new list<myurl>(); 

myurl class contains 4 field , of them string.

in list want find items not contain given list of values

list<myurl> result = urls.findall(    different_from_list_of_values condition; ); 

how can that?

the best way should topic, idea override equals method own logic, have example 2 fields class twodpoint. need check topic instead of p2.id == p.id => rather have p2.equals(p)


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -