共用方式為


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 命名空間