FatAntelope.XNode.HashEquals C# (CSharp) Method

HashEquals() public method

public HashEquals ( byte hash2 ) : bool
hash2 byte
return bool
        public bool HashEquals(byte[] hash2)
        {
            return ByteArrayComparer.Instance.Compare(Hash, hash2) == 0;
        }