SyncKnowledge::Intersects Method

Indicates whether the specified knowledge intersects with this knowledge.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
bool Intersects(
	SyncKnowledge^ otherKnowledge
)

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::Boolean
true if the specified knowledge intersects with this knowledge. Otherwise, false.

ExceptionCondition
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: