I've been looking around for a while now for some answers, but I cant find it anywhere.
I need a solution for this in C#:
if (stringer[1] == stringer[2]||stringer[3]||stringer[4]||stringer[5])
{
}
this obviously doesn't work in C#, so I need a way to do this.
thank you!