SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator==()

bool Spices::String2::operator== ( const String2 & other) const
inline

equal operation.

Parameters
[in]otheranother 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.
Definition Math.h:97
std::string y
y component.
Definition Math.h:102

References x, and y.

Referenced by SpicesTest::TEST().