Answers for "How to check if all elements are equal C#"

0

How to check if all elements are equal C#

if (list.Distinct().Skip(1).Any())
Posted by: Guest on September-30-2021

Code answers related to "How to check if all elements are equal C#"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language