public abstract bool Compare(SWFrameSyncSystem other);
Beispiel #2
0
 public override bool Compare(SWFrameSyncSystem other)
 {
     return(true);
 }