다음을 통해 공유


SyncKnowledge.Intersects 메서드

지정된 정보가 이 정보와 겹치는지 여부를 나타냅니다.

네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
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 네임스페이스