KnowledgeCookieComparisonResult Enumeration

Represents the possible results when a knowledge cookie is compared with a knowledge object by using Compare.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Enumeration KnowledgeCookieComparisonResult
'Usage
Dim instance As KnowledgeCookieComparisonResult

Member nameDescription
CookieKnowledgeEqualThe knowledge cookie is equal to the specified knowledge.
CookieKnowledgeIsContainedThe knowledge cookie is contained by the specified knowledge.
CookieKnowledgeContainsThe knowledge cookie contains the specified knowledge.
NotComparableThe knowledge cookie cannot be compared to the specified knowledge.

A knowledge cookie is a lightweight, read-only representation of knowledge that can be used for fast comparisons when performance is especially important.

Show: