Exemplo n.º 1
0
 public override bool Equals(object obj)
 {
     return(obj is ISigo other && Sigo.Equals(this, other));
 }
Exemplo n.º 2
0
 public bool Equals(ISigo other)
 {
     return(Sigo.Equals(this, other));
 }