Ejemplo n.º 1
0
 public bool Equals(SerializedLocation other)
 {
     return(other != null && fileSpan.Equals(other.fileSpan));
 }