Exemple #1
0
 public override bool Equals(object obj)
 {
     return(obj?.Equals(_handler) == true || _handler?.Equals(obj) == true);
 }