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