Click here to Skip to main content
15,907,001 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hashtable with Structure or Class Object Pin
Richard MacCutchan16-Dec-09 1:20
mveRichard MacCutchan16-Dec-09 1:20 
GeneralRe: Hashtable with Structure or Class Object Pin
Bruce Coward16-Dec-09 1:26
Bruce Coward16-Dec-09 1:26 
GeneralRe: Hashtable with Structure or Class Object Pin
Richard MacCutchan16-Dec-09 1:46
mveRichard MacCutchan16-Dec-09 1:46 
GeneralRe: Hashtable with Structure or Class Object Pin
Bruce Coward16-Dec-09 2:08
Bruce Coward16-Dec-09 2:08 
AnswerRe: Hashtable with Structure or Class Object Pin
Estys16-Dec-09 2:28
Estys16-Dec-09 2:28 
GeneralRe: Hashtable with Structure or Class Object Pin
Bruce Coward16-Dec-09 2:37
Bruce Coward16-Dec-09 2:37 
GeneralRe: Hashtable with Structure or Class Object Pin
Bruce Coward16-Dec-09 3:02
Bruce Coward16-Dec-09 3:02 
GeneralRe: Hashtable with Structure or Class Object [modified] Pin
Estys16-Dec-09 3:10
Estys16-Dec-09 3:10 
...
pgnobj = HT[(UInt32)0x1234];
...


The basic Comparer is Object.Equals()
Your key value was converted (cast) to System.Int32 which does NOT equal UInt32 (I suspect)

modified on Wednesday, December 16, 2009 9:21 AM

GeneralRe: Hashtable with Structure or Class Object Pin
Bruce Coward16-Dec-09 3:25
Bruce Coward16-Dec-09 3:25 
QuestionSilverlight Control interactions with WinForms Pin
softwarejaeger16-Dec-09 0:31
softwarejaeger16-Dec-09 0:31 
QuestionBackup of the application data [modified] Solved Pin
NarendraSinghJTV16-Dec-09 0:17
NarendraSinghJTV16-Dec-09 0:17 
AnswerRe: Backup of the application data Pin
Saksida Bojan16-Dec-09 2:42
Saksida Bojan16-Dec-09 2:42 
GeneralRe: Backup of the application data Pin
NarendraSinghJTV16-Dec-09 23:39
NarendraSinghJTV16-Dec-09 23:39 
GeneralRe: Backup of the application data Pin
Saksida Bojan17-Dec-09 4:02
Saksida Bojan17-Dec-09 4:02 
GeneralRe: Backup of the application data Pin
NarendraSinghJTV18-Dec-09 1:45
NarendraSinghJTV18-Dec-09 1:45 
QuestionTrying To Create A Data Access Layer Pin
Roger Wright15-Dec-09 19:17
professionalRoger Wright15-Dec-09 19:17 
AnswerRe: Trying To Create A Data Access Layer Pin
Saksida Bojan15-Dec-09 20:37
Saksida Bojan15-Dec-09 20:37 
GeneralRe: Trying To Create A Data Access Layer Pin
0x3c015-Dec-09 21:06
0x3c015-Dec-09 21:06 
GeneralRe: Trying To Create A Data Access Layer Pin
Roger Wright16-Dec-09 6:51
professionalRoger Wright16-Dec-09 6:51 
AnswerRe: Trying To Create A Data Access Layer Pin
0x3c015-Dec-09 21:06
0x3c015-Dec-09 21:06 
GeneralRe: Trying To Create A Data Access Layer Pin
Saksida Bojan15-Dec-09 22:44
Saksida Bojan15-Dec-09 22:44 
AnswerRe: Trying To Create A Data Access Layer Pin
Rob Philpott15-Dec-09 22:03
Rob Philpott15-Dec-09 22:03 
GeneralRe: Trying To Create A Data Access Layer Pin
Roger Wright16-Dec-09 2:13
professionalRoger Wright16-Dec-09 2:13 
AnswerRe: Trying To Create A Data Access Layer Pin
Keith Barrow16-Dec-09 3:07
professionalKeith Barrow16-Dec-09 3:07 
GeneralRe: Trying To Create A Data Access Layer Pin
Roger Wright16-Dec-09 6:47
professionalRoger Wright16-Dec-09 6:47 

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.