/// <inheritdoc /> public bool Equals(Fingerprint other) { Contract.Assert(Length > 0); Contract.Assert(other.Length > 0); return(_bytes.Equals(other._bytes)); }