2008-04-02 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _MethodInfo.cs
index f6a8962fa22959ce7adac322420950ae29c96fc9..8e72d26e81f9aeb4573a35190972ccc0e96b58a3 100644 (file)
@@ -22,7 +22,7 @@ namespace System.Runtime.InteropServices
 #endif
        public interface _MethodInfo
        {
-               bool Equals (object obj);
+               bool Equals (object other);
 
                MethodInfo GetBaseDefinition();