Beispiel #1
0
 public bool Equals(ServerPath other)
 {
     return(string.Equals(this.Value, other.Value, StringComparison.InvariantCultureIgnoreCase));
 }
Beispiel #2
0
 public ServerPath ToServerPath()
 {
     return(ServerPath.FromLocalPath(this));
 }