Comparing objects of value type N

Posted by MC on Stack Overflow See other posts from Stack Overflow or by MC
Published on 2010-04-14T17:45:05Z Indexed on 2010/04/14 17:53 UTC
Read the original article Hit count: 239

Filed under:
|
|

What is the best way to compare objects of value type N? So I want to do a String, Integer, DateTime, etc comparison depending on the type of the object.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about compare