'Declaration
Public Function GetPartialHashCode() As Integer
'Usage
Dim instance As FieldCollection 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 FieldCollection objects whose Field objects have different partial hash codes will almost always have different partial hash codes.