|
-
May 28th, 2009, 03:46 PM
#1
Tiny little question (Comparer)
I recently found out the Comparer class that can be used to compare two objects that may potentially be null. It runs 3 times faster than any code you can write.
I wonder if there is such class for checking equalities. (I.E. Invoking Equals method instead of CompareTo method)
Also, please share with us on any little known class that exist in the API which we can use avoid writing boiler plate codes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|