Exemplo n.º 1
0
 public bool IsEqualTo(object other)
 {
     return(data.IsEqualTo(this, other));
 }