HermaFx.Cryptography.ASN1.Equals C# (CSharp) 메소드

Equals() 공개 메소드

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