ContactIDComparer Property
Gets the
ContactID instance that is used for comparison.
Namespace: FolkerKinzel.VCards.ModelsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
public ContactID Comparer { get; protected set; }
Public Property Comparer As ContactID
Get
Protected Set
public:
property ContactID^ Comparer {
ContactID^ get ();
protected: void set (ContactID^ value);
}
member Comparer : ContactID with get, set
Property Value
ContactID
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.