public bool Equals([AllowNull] IExtensionMeta other) { return(this.Name == other.Name && this.Version == other.Version); }
public ExtensionMetaSetting(IExtensionMeta from) { Name = from.Name; Version = from.Version; }