Example #1
0
 public bool Equals(SizeT other) {
     return other._value == _value;
 }
Example #2
0
 public bool Equals(SizeT other)
 {
     return(other._value == _value);
 }