コード例 #1
0
 bool Equals(MemoryInt left, MemoryInt right)
 {
     return(left.GetValue() == right.GetValue());
 }