NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CaseInsensitiveHashCodeProvider

This class is used to form a case insensitive hashtable. It returns the same hashcode for two strings that differ only in case.

public class CaseInsensitiveHashCodeProvider : IHashCodeProvider

   //Constructors 
 public CaseInsensitiveHashCodeProvider ();
 Public int GetHashCode (Object obj);
 public static CaseInsensitiveHashCodeProvider Default;  
   
}
}