I'm reading C#, and I came across the topic Anonymous method. As I know Groovy very well, I guess the Groovy Closures is very similar to C# Anonymous method. I checked the book's, online doc's the rules match. Like they wont execute until they have been invoked and so on.
Are these Groovy closures and C# Anonymous method are equal?
Or there are situation's where they behave differently?