Table of Contents

Method GetHashCode

Namespace
ComfileTech.Cfnet.Cfheader
Assembly
ComfileTech.Cfnet.Cfheader.dll

GetHashCode()

Calculates a hash code based on the Major and Minor values. The Major value is shifted left by 8 bits and combined with Minor.

public override int GetHashCode()

Returns

int

Returns an integer representing the hash code.