VCardGetHashCode Method
Get a hash code for the vCard object
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
Return Value
Int32Returns the hash code for the vCard object
Since the ToString() method returns a text representation based on all of the settings, this
returns the hash code for the string returned by it.