MemberwiseEqualityComparer icon indicating copy to clipboard operation
MemberwiseEqualityComparer copied to clipboard

Fast (emitted IL) and foolproof way of implementing equality comparison on your objects

Results 1 MemberwiseEqualityComparer issues
Sort by recently updated
recently updated
newest added

This is pretty nice. Does this handle the following cases? - The object has properties - The object contains a field that is IEnumerable - The object contains a field...