Author: fmantek
Date: Tue Nov 13 07:12:27 2007
New Revision: 318

Modified:
   trunk/clients/cs/src/extensions/enumconstruct.cs

Log:
Fixed the wrongly declared equal operation

Modified: trunk/clients/cs/src/extensions/enumconstruct.cs
==============================================================================
--- trunk/clients/cs/src/extensions/enumconstruct.cs    (original)
+++ trunk/clients/cs/src/extensions/enumconstruct.cs    Tue Nov 13 
07:12:27 2007
@@ -96,7 +96,7 @@
         /// <param name="o">the object to compare to</param>
         /// <returns>bool</returns>

-        public bool equals(Object o)
+        public override bool Equals(Object o)
         {
             //
              // Two EnumConstant instances are considered equal of they 
are of the

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to