Click here to Skip to main content
15,922,325 members
Home / Discussions / C#
   

C#

 
AnswerRe: USB Control Pin
Ed.Poore14-Feb-07 13:18
Ed.Poore14-Feb-07 13:18 
GeneralRe: USB Control Pin
DRVoodoo15-Feb-07 5:08
DRVoodoo15-Feb-07 5:08 
GeneralRe: USB Control Pin
Ed.Poore15-Feb-07 5:30
Ed.Poore15-Feb-07 5:30 
GeneralRe: USB Control Pin
DRVoodoo15-Feb-07 10:41
DRVoodoo15-Feb-07 10:41 
GeneralRe: USB Control Pin
Ed.Poore15-Feb-07 11:37
Ed.Poore15-Feb-07 11:37 
GeneralRe: USB Control Pin
DRVoodoo15-Feb-07 12:16
DRVoodoo15-Feb-07 12:16 
QuestionGetHashCode Pin
Taurian11013-Feb-07 10:31
Taurian11013-Feb-07 10:31 
AnswerRe: GetHashCode Pin
Ravi Bhavnani13-Feb-07 10:48
professionalRavi Bhavnani13-Feb-07 10:48 
From MSDN[^]:

A hash function is used to quickly generate a number (hash code) that corresponds to the value of an object. Hash functions are usually specific to each Type and must use at least one of the instance fields as input. A hash function must have the following properties:
  • If two objects compare as equal, the GetHashCode method for each object must return the same value. However, if two objects do not compare as equal, the GetHashCode methods for the two object do not have to return different values.

  • The GetHashCode method for an object must consistently return the same hash code as long as there is no modification to the object state that determines the return value of the object's Equals method. Note that this is true only for the current execution of an application, and that a different hash code can be returned if the application is run again.
For the best performance, a hash function must generate a random distribution for all input.

/ravi

This is your brain on Celcius
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

QuestionDebugging a Web Method Pin
convivial.developer13-Feb-07 9:24
convivial.developer13-Feb-07 9:24 
AnswerRe: Debugging a Web Method Pin
Christian Graus13-Feb-07 9:29
protectorChristian Graus13-Feb-07 9:29 
Questionimage processing help Pin
haseeb_saeed13-Feb-07 8:45
haseeb_saeed13-Feb-07 8:45 
AnswerRe: image processing help Pin
Christian Graus13-Feb-07 9:00
protectorChristian Graus13-Feb-07 9:00 
QuestionA NullReferenceException !! Pin
Hussam Fattahi13-Feb-07 8:38
Hussam Fattahi13-Feb-07 8:38 
AnswerRe: A NullReferenceException !! Pin
Christian Graus13-Feb-07 9:02
protectorChristian Graus13-Feb-07 9:02 
GeneralRe: A NullReferenceException !! Pin
Hussam Fattahi13-Feb-07 9:39
Hussam Fattahi13-Feb-07 9:39 
GeneralRe: A NullReferenceException !! Pin
Christian Graus13-Feb-07 9:53
protectorChristian Graus13-Feb-07 9:53 
AnswerRe: A NullReferenceException !! Pin
Ennis Ray Lynch, Jr.13-Feb-07 9:06
Ennis Ray Lynch, Jr.13-Feb-07 9:06 
GeneralRe: A NullReferenceException !! Pin
Hussam Fattahi13-Feb-07 9:41
Hussam Fattahi13-Feb-07 9:41 
GeneralRe: A NullReferenceException !! Pin
Stefan Troschuetz13-Feb-07 10:23
Stefan Troschuetz13-Feb-07 10:23 
GeneralIn general [modified] Pin
Ennis Ray Lynch, Jr.13-Feb-07 10:26
Ennis Ray Lynch, Jr.13-Feb-07 10:26 
GeneralRe: In general Pin
Judah Gabriel Himango13-Feb-07 11:07
sponsorJudah Gabriel Himango13-Feb-07 11:07 
GeneralUh no Pin
Ennis Ray Lynch, Jr.13-Feb-07 11:23
Ennis Ray Lynch, Jr.13-Feb-07 11:23 
Questioncomputer name client Pin
ujupanmester13-Feb-07 8:09
ujupanmester13-Feb-07 8:09 
AnswerRe: computer name client Pin
Ennis Ray Lynch, Jr.13-Feb-07 9:15
Ennis Ray Lynch, Jr.13-Feb-07 9:15 
GeneralRe: computer name client Pin
ujupanmester13-Feb-07 11:10
ujupanmester13-Feb-07 11:10 

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.