iequalitycomparer
what's faster - the if statement or a call of a function? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetori开发者_C百科cal andcannot be reasonably answered in its current form. Fo[详细]
2023-01-10 21:57 分类:问答Removing duplicate byte[]s from a collection
This will probably be an extremely simple question. I\'m simply trying to remove duplicate byte[]s from a collection.[详细]
2023-01-08 23:52 分类:问答IEqualityComparer and weird results
Take a look at this class: public class MemorialPoint:IMemorialPoint,IEqualityComparer<MemorialPoint>[详细]
2023-01-04 10:38 分类:问答IEqualityComparer for class with many properties neither unique value
How do implementation for IEqualityComparer for this class? The ID property is not unique. Neit开发者_如何学编程her properties has unique values.[详细]
2023-01-04 08:12 分类:问答NameValueCollection doesn't actually do anything with its IEqualityComparer?
I am looking at System.Collections.Specialized.NameValueCollection and it takes an IEqualityComparer, which is good news if someone like me wanted to sort the items in the collec开发者_运维百科tion by[详细]
2023-01-03 20:53 分类:问答List.Contains is not working as hoped
If I have an object of type MyBull and a List<MyBull> orig: // Just an example MyBull x = getMeTheObjectWithIdFromDB(9);[详细]
2023-01-02 14:10 分类:问答linq Except and custom IEqualityComparer
I\'m trying to implement a custom comparer on two lists of strings and use the .Except()开发者_JAVA百科 linq method to get those that aren\'t one one of the lists.The reason I\'m doing a custom compar[详细]
2022-12-24 14:39 分类:问答Comparing two List<MyClass> in C#
I have a class called MyClass This class inherits IEquatable and implements equals the way I need it to. (Meaning: when I compare two MyClass tyupe objects individually in code, it works)[详细]
2022-12-22 12:42 分类:问答How to Implement IEqualityComparer<PointF> With Tolerance
This question is similar to the one here. We all know what PointF is, don\'t we? This is the data structure:[详细]
2022-12-16 01:12 分类:问答Can this implementation of an IEqualityComparer be improved? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2022-12-12 08:57 分类:问答
加载中,请稍侯......