public bool Equals(SizeT other) { return other._value == _value; }
public bool Equals(SizeT other) { return(other._value == _value); }