Class Fvn1aHashProvider
- Namespace
- ReFuel
- Assembly
- ReFuel.Common.dll
public class Fvn1aHashProvider : IEqualityComparer<string>
- Inheritance
-
Fvn1aHashProvider
- Implements
- Inherited Members
Properties
Instance
public Fvn1aHashProvider Instance { get; }
Property Value
Methods
Equals(string?, string?)
Determines whether the specified objects are equal.
public bool Equals(string? x, string? y)
Parameters
Returns
GetHashCode(string)
32-bit FVN-1a hash function for strings.
public static int GetHashCode(string str)
Parameters
str
stringString to hash.
Returns
- int
Hash code.