示例#1
0
 public Bool Equal(Int checkValue) => new IntEquality(this, checkValue);
示例#2
0
 public IntEquality(Int lhs, Int rhs)
 {
     _lhs = lhs;
     _rhs = rhs;
 }