| 2527 | } |
| 2528 | |
| 2529 | int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE |
| 2530 | { |
| 2531 | return mValue.compare( const_cast<hx::Object*>(inRHS)->toString() ); |
| 2532 | } |
| 2533 | |
| 2534 | hx::Val __Field(const String &inString, hx::PropertyAccess inCallProp) HXCPP_OVERRIDE |
| 2535 | { |