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