Click here to Skip to main content
15,920,503 members
Home / Discussions / C#
   

C#

 
GeneralRe: Serial Port Descriptions Pin
Joachim Kerschbaumer4-Mar-08 1:35
Joachim Kerschbaumer4-Mar-08 1:35 
GeneralRe: Serial Port Descriptions Pin
PIEBALDconsult4-Mar-08 5:44
mvePIEBALDconsult4-Mar-08 5:44 
GeneralDeploying assemblies to seperate folder Pin
N a v a n e e t h3-Mar-08 23:04
N a v a n e e t h3-Mar-08 23:04 
GeneralRe: Deploying assemblies to seperate folder Pin
J a a n s4-Mar-08 2:34
professionalJ a a n s4-Mar-08 2:34 
GeneralRe: Deploying assemblies to seperate folder Pin
J a a n s4-Mar-08 2:52
professionalJ a a n s4-Mar-08 2:52 
GeneralRe: Deploying assemblies to seperate folder Pin
N a v a n e e t h4-Mar-08 17:51
N a v a n e e t h4-Mar-08 17:51 
GeneralRemote File/Directory Access Pin
kalam3-Mar-08 22:56
kalam3-Mar-08 22:56 
GeneralRe: Remote File/Directory Access Pin
Colin Angus Mackay3-Mar-08 23:11
Colin Angus Mackay3-Mar-08 23:11 
GeneralRe: Remote File/Directory Access Pin
Abhijit Jana3-Mar-08 23:27
professionalAbhijit Jana3-Mar-08 23:27 
GeneralProblem with HashTable Pin
NarVish3-Mar-08 22:25
NarVish3-Mar-08 22:25 
GeneralRe: Problem with HashTable Pin
Vega023-Mar-08 22:47
Vega023-Mar-08 22:47 
GeneralRe: Problem with HashTable Pin
NarVish3-Mar-08 23:24
NarVish3-Mar-08 23:24 
GeneralRe: Problem with HashTable Pin
Guffa4-Mar-08 4:33
Guffa4-Mar-08 4:33 
GeneralRe: Problem with HashTable Pin
Vega024-Mar-08 6:01
Vega024-Mar-08 6:01 
GeneralRe: Problem with HashTable Pin
Guffa4-Mar-08 10:22
Guffa4-Mar-08 10:22 
Vega02 wrote:
Shouldn't the hash codes be the same, since they represent the same underlying value?


No, the values are boxed in a type Object, and the hash code of the Object is not based on the boxed value.

The GetHashCode method of the Object type is not suitable for use as key in a hash table. From the documentation:

"the default implementation of this method must not be used as a unique object identifier for hashing purposes"

MSDN Library: Object.GetHashCode method[^]

Despite everything, the person most likely to be fooling you next is yourself.

Questionhelp in deploying windows application Pin
Sadaf Naeem3-Mar-08 22:19
Sadaf Naeem3-Mar-08 22:19 
GeneralRe: help in deploying windows application Pin
yogesh_kumar_agarwal3-Mar-08 22:45
yogesh_kumar_agarwal3-Mar-08 22:45 
QuestionC# client with a C++ server Pin
turkel3-Mar-08 22:08
turkel3-Mar-08 22:08 
GeneralRe: C# client with a C++ server Pin
Christian Graus3-Mar-08 22:12
protectorChristian Graus3-Mar-08 22:12 
GeneralRe: C# client with a C++ server [modified] Pin
turkel4-Mar-08 5:40
turkel4-Mar-08 5:40 
GeneralCreate PDF file and directly send it on particular Email address Pin
M Riaz Bashir3-Mar-08 20:04
M Riaz Bashir3-Mar-08 20:04 
GeneralRe: Create PDF file and directly send it on particular Email address Pin
Christian Graus3-Mar-08 20:34
protectorChristian Graus3-Mar-08 20:34 
GeneralRe: Create PDF file and directly send it on particular Email address Pin
Rajesh R Subramanian3-Mar-08 20:53
professionalRajesh R Subramanian3-Mar-08 20:53 
GeneralRe: Create PDF file and directly send it on particular Email address Pin
blackjack21504-Mar-08 0:16
blackjack21504-Mar-08 0:16 
GeneralException When Accessing Process.StartTime, Exc:"Access is Denied" Pin
Cyber Friend3-Mar-08 19:53
Cyber Friend3-Mar-08 19:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.