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!

Hashtable.comparer

Represents the comparer to use for the Hashtable.

[Visual Basic]
Protected comparer As IComparer
[C#]
protected IComparer comparer;
[C++]
protected: IComparer* comparer;
[JScript]
protected var comparer : IComparer;

See Also

Hashtable Class | Hashtable Members | System.Collections Namespace | IComparer