Table of Contents

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

Fvn1aHashProvider

Methods

Equals(string?, string?)

Determines whether the specified objects are equal.

public bool Equals(string? x, string? y)

Parameters

x string

The first object of type T to compare.

y string

The second object of type T to compare.

Returns

bool

true if the specified objects are equal; otherwise, false.

GetHashCode(string)

32-bit FVN-1a hash function for strings.

public static int GetHashCode(string str)

Parameters

str string

String to hash.

Returns

int

Hash code.