[Gtk-sharp-list] compare TreeIters

Peter Johanson latexer at gentoo.org
Fri Feb 2 13:12:30 EST 2007


On Fri, Feb 02, 2007 at 03:02:42PM +0200, Radu wrote:
> What's the right way to compare TreeIters? Why iter1 == iter2 doesn't work?

use if (iter1.Equals (iter2)) { /* foo */ }

-pete


More information about the Gtk-sharp-list mailing list