equal operation.
- Parameters
-
| [in] | other | another String2. @reutrn Returns true if equal. |
Definition at line 88 of file Math.h.
88 {
89 return x == other.x &&
y == other.y;
90 }
std::string x
x component.
std::string y
y component.
References x, and y.
Referenced by SpicesTest::TEST().