Partilhar via


Método SyncKnowledge.Contains (SyncKnowledge)

Indica se o conhecimento especificado é conhecido por este conhecimento.

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

Sintaxe

'Declaração
Public Function Contains ( _
    syncKnowledge As SyncKnowledge _
) As Boolean
'Uso
Dim instance As SyncKnowledge
Dim syncKnowledge As SyncKnowledge
Dim returnValue As Boolean

returnValue = instance.Contains(syncKnowledge)
public bool Contains (
    SyncKnowledge syncKnowledge
)
public:
bool Contains (
    SyncKnowledge^ syncKnowledge
)
public boolean Contains (
    SyncKnowledge syncKnowledge
)
public function Contains (
    syncKnowledge : SyncKnowledge
) : boolean

Parâmetros

  • syncKnowledge
    O conhecimento a ser procurado.

Valor de retorno

true se syncKnowledge for conhecido; caso contrário, false.

Consulte também

Referência

Classe SyncKnowledge
Membros SyncKnowledge
Namespace Microsoft.Synchronization