HasHashChanged Method
- Last UpdatedMar 17, 2026
- 1 minute read
Compare 2 hashes (byte arrays) to see if they are identical or not
Parameters
- oldHash
- The 1st hash to be used in the comparison
- newHash
- The 2nd hash to be used in the comparison
Return Value
True if the 2 hashes are different, false if they are identical