AssemblyFacilityOverrideGetHashCode Method |
[This is preliminary documentation and is subject to change.]
Serves as the default hash function.
Namespace:
NerdyDuck.CodedExceptions.Configuration
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
View SourceReturn Value
Type:
Int32A hash code for the current object.
See Also