Ejemplo n.º 1
0
 public bool Equals(NonRemappableRegion other)
 => Span.Equals(other.Span) &&
 LineDelta == other.LineDelta &&
 IsExceptionRegion == other.IsExceptionRegion;
Ejemplo n.º 2
0
 public bool Equals(NonRemappableRegion other)
 => OldSpan.Equals(other.OldSpan) &&
 NewSpan.Equals(other.NewSpan) &&
 IsExceptionRegion == other.IsExceptionRegion;