Exemplo n.º 1
0
 int _GetHashCode(Int x)
 => HashCode.Combine(
     x.GetType(),
     x.Value);
Exemplo n.º 2
0
 bool _Equals(Int l, Int r)
 => l.Value == r.Value;