Table of Contents

Method Overlaps

Namespace
MailFathom.Application.SensitiveContent.Detection
Assembly
MailFathom.Application.dll

Overlaps(SensitiveContentSpan)

Reports whether this span shares at least one character with another.

public bool Overlaps(SensitiveContentSpan other)

Parameters

other SensitiveContentSpan

The span to compare against.

Returns

bool

true when the two overlap; otherwise false.

Remarks

Two spans that merely touch do not overlap, so adjacent findings stay two placeholders rather than one.