No, C# does not currently allow inline interface implementations; although it does allow you to create delegates inline through lambda expressions and anonymous methods.
In your case, I would suggest using a ProjectionComparer that makes it easy to use this feature, such as the one listed here.