Partilhar via


Método SyncKnowledge.Intersects

Indica se há interseção do conhecimento especificado com este conhecimento.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)

Sintaxe

'Declaração
Public Function Intersects ( _
    otherKnowledge As SyncKnowledge _
) As Boolean
'Uso
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

Parâmetros

  • otherKnowledge
    O conhecimento verificado em relação a este objeto para determinar se existe uma interseção.

Valor de retorno

true se houver interseção do conhecimento especificado com este conhecimento. Caso contrário, false.

Consulte também

Referência

Classe SyncKnowledge
Membros SyncKnowledge
Namespace Microsoft.Synchronization