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: 259
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