SyncKnowledge::Intersects Method
Indicates whether the specified knowledge intersects with this knowledge.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- otherKnowledge
- Type: Microsoft.Synchronization::SyncKnowledge
The knowledge that is checked against this object to determine whether there is an intersection.
Return Value
Type: System::Booleantrue if the specified knowledge intersects with this knowledge. Otherwise, false.
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncKnowledge object is not initialized. |
| ArgumentNullException | otherKnowledge is a nullptr. |
| ArgumentOutOfRangeException | otherKnowledge is uninitialized. |
| InvalidKnowledgeVersionException | otherKnowledge is in a version that is less than the value of MinimumCompatibilityLevel. |
Show: