CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Posts
    42

    Question Query: GetHashCode - meaning, usage

    i am unable to understand the meaning of GetHashCode(); also, can anyone give some samples of its usage in real time scenarios.

  2. #2
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: Query: GetHashCode - meaning, usage

    It's used every time you use a Dictionary<> or a Hashtable.

    Investigate these two classes and you'll find what it's there for.

    Or why not google for GetHashCode ? It'll get you here which has a pretty good explanation.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured