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