Пример #1
0
 public override bool Equals(object obj)
 {
     if (!base.Equals(obj))
     {
         return(false);
     }
     Db4objects.Db4o.NativeQueries.Expr.Cmp.Operand.MethodCallValue casted = (Db4objects.Db4o.NativeQueries.Expr.Cmp.Operand.MethodCallValue
                                                                              )obj;
     return(_method.Equals(casted._method) && _callingConvention == casted._callingConvention);
 }
Пример #2
0
        public override bool Equals(object obj)
        {
            if (!base.Equals(obj))
            {
                return(false);
            }
            var casted = (MethodCallValue
                          )obj;

            return(_method.Equals(casted._method) && _callingConvention == casted._callingConvention);
        }