MetadataNameEqualityComparer<TSymbol>.GetHashCode(TSymbol) Method
Containing Type: MetadataNameEqualityComparer<TSymbol>
Assembly: Roslynator.Core.dll
Serves as a hash function for the specified symbol.
public override int GetHashCode(TSymbol obj)
Parameters
obj TSymbol
The symbol for which to get a hash code.
Returns
A hash code for the specified symbol.
Exceptions
obj is null
.