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!

CaseInsensitiveComparer

This class is used to form a case insensitive hashtable. It compares two strings as equal ignoring case.

public class CaseInsensitiveComparer: IComparer

   //Constructors 
 public CaseInsensitiveComparer ();
 Public Int Compare (Object a, Object b);
 public static CaseInsensitiveComparer Default;  
   
}
}