ContactIDComparer Property

Gets the ContactID instance that is used for comparison.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public ContactID Comparer { get; protected set; }

Property Value

ContactID

Remarks

This is not necessarily the same instance as the parent object. For example, Comparer will encapsulate a Guid if the parent instance encapsulates a String representing a Guid, or a Uri that is a UUID-URN.

See Also