Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified knowledge is known by this knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function Contains ( _
syncKnowledge As SyncKnowledge _
) As Boolean
'Usage
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
Parameters
- syncKnowledge
The knowledge to look up.
Return Value
true if syncKnowledge is known; otherwise, false.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace