c# Programming Glossary: projectionequalitycomparer
Can I specify my explicit type comparator inline? http://stackoverflow.com/questions/188120/can-i-specify-my-explicit-type-comparator-inline delegate. It would be the work of 10 minutes to make a ProjectionEqualityComparer to do the same thing. EDIT Here's the code for ProjectionEqualityComparer.. to do the same thing. EDIT Here's the code for ProjectionEqualityComparer using System using System.Collections.Generic summary Non generic.. using type inference. summary public static class ProjectionEqualityComparer summary Creates an instance of ProjectionEqualityComparer using..
|