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
public enum KnowledgeCookieComparisonResult
public enum KnowledgeCookieComparisonResult
Members
Member name | Description | |
---|---|---|
CookieKnowledgeContains | The knowledge cookie contains the specified knowledge. | |
CookieKnowledgeEqual | The knowledge cookie is equal to the specified knowledge. | |
CookieKnowledgeIsContained | The knowledge cookie is contained by 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.