I have the following list<t>
listCard;
inside it I have the following values:
[0]:7720890002560
[1]:7720890002560
[2]:7777777002560
[3]:7720890002560
[4]:7720444402560
[5]:7720777002560
[6]:7728888802560
[7]:7727777702560
I need to check for more than one occurrence of a given value, for example, 7720890002560 (in my example above I have 2 occurrences of this value)
Just to clarify note I'll get the type return
if (ExisteMaisQueUm) continue;