コード例 #1
0
 public bool Equals(Certificate other)
 {
     return(_cert1.Equals(other._cert1));
 }