HermaFx.Cryptography.ASN1.Equals C# (CSharp) Method

Equals() public method

public Equals ( byte asn1 ) : bool
asn1 byte
return bool
        public bool Equals(byte[] asn1)
        {
            return CompareArray(this.GetBytes(), asn1);
        }