Click here to Skip to main content
15,904,348 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Exception When Accessing Process.StartTime, Exc:"Access is Denied" Pin
Christian Graus3-Mar-08 20:48
protectorChristian Graus3-Mar-08 20:48 
GeneralRe: Exception When Accessing Process.StartTime, Exc:"Access is Denied" Pin
Cyber Friend3-Mar-08 21:14
Cyber Friend3-Mar-08 21:14 
GeneralRe: Exception When Accessing Process.StartTime, Exc:"Access is Denied" Pin
Giorgi Dalakishvili20-Dec-11 0:43
mentorGiorgi Dalakishvili20-Dec-11 0:43 
QuestionHow to implement remote sensing image segmentation in C# Pin
Ashokpnathan3-Mar-08 19:43
Ashokpnathan3-Mar-08 19:43 
AnswerRe: How to implement remote sensing image segmentation in C# Pin
Christian Graus3-Mar-08 19:50
protectorChristian Graus3-Mar-08 19:50 
QuestionWht's The best way to add projects in solution... Pin
Amit Sk Sharma3-Mar-08 18:26
Amit Sk Sharma3-Mar-08 18:26 
GeneralRe: Wht's The best way to add projects in solution... Pin
Christian Graus3-Mar-08 18:56
protectorChristian Graus3-Mar-08 18:56 

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.