Subscriber portal
Indicates whether the specified knowledge intersects with this knowledge.
HRESULT IntersectsWithKnowledge( ISyncKnowledge * pSyncKnowledge);
[in] The knowledge that is checked against this object to determine whether there is an intersection.
S_OK when the specified knowledge intersects with this knowledge.
S_FALSE when the specified knowledge does not intersect with this knowledge.
E_POINTER.