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)

Syntax

'Declaration
Public Enumeration KnowledgeCookieComparisonResult
'Usage
Dim instance As KnowledgeCookieComparisonResult
public enum KnowledgeCookieComparisonResult
public enum class KnowledgeCookieComparisonResult
type KnowledgeCookieComparisonResult
public enum KnowledgeCookieComparisonResult

Members

Member name Description
CookieKnowledgeEqual The knowledge cookie is equal to the specified knowledge.
CookieKnowledgeIsContained The knowledge cookie is contained by the specified knowledge.
CookieKnowledgeContains The knowledge cookie contains the specified knowledge.
NotComparable The knowledge cookie cannot be compared to the specified knowledge.

Remarks

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

See Also

Reference

Microsoft.Synchronization Namespace