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