If your array has a bunch of items and you would like to verify if the given string/number is found in the array, here is the quick tip for you. There are actually 2 ways of doing it. Using -In operators Using Contains method on the array Alternative to -in operator is using Contains method […]