protected bool Equals(FubuRegistryExtensionProvenance other) { return Equals(_extension, other._extension); }
protected bool Equals(FubuRegistryExtensionProvenance other) { return(Equals(_extension, other._extension)); }