4
I need to check if there’s a status on my list.. I am passing a parameter (a state code) and the method will see in the list if that state exists...something of this kind in C#:
if (listState.Contains(s.nIDState) == estado)
{
return true;
}
someone has an idea how to do?
That’s exactly what I want...
– Daniel
Perfect is that even worked out here thank you very much !
– Daniel
I did it and it worked too, vlw !
– Lucas Sousa