Partager via


Méthode SyncKnowledge.Intersects

Indique si la connaissance spécifiée a une intersection avec cette connaissance.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public Function Intersects ( _
    otherKnowledge As SyncKnowledge _
) As Boolean
'Utilisation
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

Paramètres

  • otherKnowledge
    Connaissance qui est vérifiée par rapport à cet objet pour déterminer s'il existe une intersection.

Valeur de retour

true si la connaissance spécifiée a une intersection avec cette connaissance. Sinon, false.

Voir aussi

Référence

Classe SyncKnowledge
Membres SyncKnowledge
Espace de noms Microsoft.Synchronization