Beispiel #1
0
 protected bool Equals(PyInteger other)
 {
     return(Value.Equals(other.Value));
 }
Beispiel #2
0
 protected bool Equals(PyInteger other)
 {
     return(Value == other.Value && IntegerType == other.IntegerType);
 }