fn() shareResources
Determines whether two sequences share the same resource.

Defined in <seqan/sequence.h>
Signature bool shareResources(s1, s2);

Parameters

s1 First sequence.
s2 Second sequence.

Return Values

bool true if the two sequences share resources and false if not.