Example #1
0
 public bool Equals(CryptographyInterceptor other)
 {
     return(this.GetConfig().Equals(other.GetConfig()));
 }