'Declaration Public Function GetPartialHashCode() As Integer
'Usage Dim instance As FormDefinitionCollection Dim value As Integer value = instance.GetPartialHashCode()
public int GetPartialHashCode()
public: int GetPartialHashCode();
public: int GetPartialHashCode();
Return Value
An integer that contains the hash code for the object. Two FormDefinitionCollection objects whose FormDefinition objects have different partial hash codes will almost always have different partial hash codes.