Link Search Menu Expand Document

BorderGetHashCode Method

Serves as a hash function for a particular type.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public override int GetHashCode()

Return Value

Type: Int32
A hash code for the current Object.
See Also

Reference