SyncKnowledge.Intersects 方法

指示指定的知识是否与此知识相交。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Public Function Intersects ( _
    otherKnowledge As SyncKnowledge _
) As Boolean
用法
Dim instance As SyncKnowledge
Dim otherKnowledge As SyncKnowledge
Dim returnValue As Boolean

returnValue = instance.Intersects(otherKnowledge)
public bool Intersects (
    SyncKnowledge otherKnowledge
)
public:
bool Intersects (
    SyncKnowledge^ otherKnowledge
)
public boolean Intersects (
    SyncKnowledge otherKnowledge
)
public function Intersects (
    otherKnowledge : SyncKnowledge
) : boolean

参数

  • otherKnowledge
    与此对象进行对照检查的知识,以确定二者是否存在交集。

返回值

如果指定的知识与此知识相交,则为 true。否则为 false

请参阅

参考

SyncKnowledge 类
SyncKnowledge 成员
Microsoft.Synchronization 命名空间