VCalendarGet Hash Code Method
Get a hash code for the calendar object
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the hash code for the calendar object
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override int GetHashCode()VB
Public Overrides Function GetHashCode As IntegerC++
public:
virtual int GetHashCode() overrideF#
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int Return Value
Int32Returns the hash code for the calendar object
Remarks
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.