SnapshotSpan.IntersectsWith Method
Include Protected Members
Include Inherited Members
Determines whether another span intersects this span.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IntersectsWith(SnapshotSpan) | Determines whether the specified snapshot span intersects this span. | |
IntersectsWith(Span) | Determines whether the specified span intersects this span. |
Top