I\'m reading about extension methods, and monkeying around with them to see how they work, and I tried this:
namespace clunk { public static class oog {
In the first instance you are writing an extension method - e.g. extending the functionality of the int data type. In the second code set, you are trying to override the bool operators. These are two totally different things.
int