Public Overrides Function GetHashCode() As Integer
Dim instance As FormDefinition Dim value As Integer value = instance.GetHashCode()
public override int GetHashCode()
public: int GetHashCode(); override
Return Value
An integer that contains the hash code for the object. Two FormDefinition objects with different persistent properties will almost always have different hash codes.