filmov
tv
C# Programming Challenges #24: Case Insensitive Comparison

Показать описание
Beginner C# object oriented programming tutorial. Viewers are asked to solve a coding challenge to determine whether two string input parameters are equivalent when ignoring letter case. The solution leverages built in functionality to solve in a concise manner without reinventing the wheel.