I have a list which contains a collection of objects.
How can I search for an item in this list where object.property = myValue
Thanks
|
1
|
I have a list which contains a collection of objects. How can I search for an item in this list where object.property = myValue Thanks
|
||
|
|
|
|
What is wrong with List.Find ?? I think we need more information on what you've done, and why it fails, before we can provide truly helpful answers. |
||||
|
|
|
For .NET 2.0:
|
||
|
|
|
|
|
||
|
|
|
|
You have a few options:
Both of these options return As mentioned in the comments below, you should use the appropriate form of comparison for your scenario:
|
||||||||||||||
|
|
|
|
|||
|
|