Exemple #1
0
 public bool Equals(IWorkspaceState other)
 {
     return(this.Name == other.Name);
 }
 public abstract bool Equals(IWorkspaceState other);