Exemple #1
0
 protected bool Equals(Asn1ObjectIdentifier other)
 {
     return(ToString().Equals(other.ToString()));
 }