Verifies that the hash of the given matches the provided

public static bool Verify(string text, string hash)
Returns:
bool

Parameters

text string

The text to verify.

hash string

The previously-hashed password.

In this article