|
|
@@ -1,15 +1,11 @@
|
|
|
-/**
|
|
|
- * Namespace: System.Web.Util
|
|
|
- * Class: WebEqualComparer
|
|
|
- *
|
|
|
- * Author: Gaurav Vaish
|
|
|
- * Maintainer: [email protected]
|
|
|
- * Contact: <[email protected]>, <[email protected]>
|
|
|
- * Implementation: yes
|
|
|
- * Status: ??%
|
|
|
- *
|
|
|
- * (C) Gaurav Vaish (2001)
|
|
|
- */
|
|
|
+//
|
|
|
+// System.Web.Util.WebEqualComparer.cs
|
|
|
+//
|
|
|
+// Authors:
|
|
|
+// Gaurav Vaish ([email protected], [email protected])
|
|
|
+//
|
|
|
+// (c) Gaurav Vaish 2001
|
|
|
+//
|
|
|
|
|
|
using System;
|
|
|
using System.Globalization;
|
|
|
@@ -17,7 +13,7 @@ using System.Collections;
|
|
|
|
|
|
namespace System.Web.Util
|
|
|
{
|
|
|
- public class WebEqualComparer : IComparer
|
|
|
+ internal class WebEqualComparer : IComparer
|
|
|
{
|
|
|
private static IComparer defC;
|
|
|
|