Stories recently tagged with 'GetHashCode'

Explaining GetHashCode method.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

Every object you ever created or used in .NET has GetHashCode method along with Equals, GetType, and ToString methods. This method is an instance method of an Object class from which any other class derives. read more...

add a comment |category: |Views: 20

tags: another

Overriding GetHashCode Method(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

What you Should know befor you override the GetHashCode method but were afraid to ask ;-) read more...

add a comment |category: |Views: 95

tags: another