strnicmp equivalent in C#

C# equivalent strnicmp function in C language.  It accepts two input strings along with the number of positions of chars to compare.  


Similar Articles