Exemplo n.º 1
0
 protected bool Equals(PyInteger other)
 {
     return(Value.Equals(other.Value));
 }
Exemplo n.º 2
0
 protected bool Equals(PyInteger other)
 {
     return(Value == other.Value && IntegerType == other.IntegerType);
 }