BasePropertyGetHashCode Method

Get a hash code for the property object

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override int GetHashCode()

Return Value

Int32
Returns the hash code for the property 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.

See Also