Hashtable.comparer Property
.NET Framework 1.1
Gets or sets the comparer to use for the Hashtable.
[Visual Basic] Protected Property comparer As IComparer [C#] protected IComparer comparer {get; set;} [C++] protected: __property IComparer* get_comparer(); protected: __property void set_comparer(IComparer*); [JScript] protected function get comparer() : IComparer; protected function set comparer(IComparer);
Property Value
The comparer to use for the Hashtable.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Hashtable Class | Hashtable Members | System.Collections Namespace | IComparer