Exemple #1
0
 /// <inheritdoc />
 public int CompareTo(SourceLocation other)
 {
     return(Absolute.CompareTo(other.Absolute));
 }