Beispiel #1
0
 public bool Equals(SpectrastLibrary other)
 {
     return(base.Equals(other));
 }
Beispiel #2
0
 public override Library LoadLibrary(ILoadMonitor loader)
 {
     return(SpectrastLibrary.Load(this, loader));
 }
Beispiel #3
0
 public bool Equals(SpectrastLibrary other)
 {
     return base.Equals(other);
 }