Public Function GetPartialHashCode() As Integer
Dim instance As FormDefinition Dim value As Integer value = instance.GetPartialHashCode()
public int GetPartialHashCode()
public: int GetPartialHashCode();
Return Value
An integer that contains the hash code for the object. Two FormDefinition objects whose Fields, TemplateImages, or Operations properties are different will almost always have different hash codes.