'Declaration
Public Overrides Function GetHashCode() As Integer
'Usage
Dim instance As FormDefinitionCollection 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 FormDefinitionCollection objects with different persistent properties will almost always have different hash codes.