SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator==()

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

equal operation.

Parameters
[in]otheranother UInt2. @reutrn Returns true if equal.

Definition at line 42 of file Math.h.

42 {
43 return x == other.x && y == other.y;
44 }
uint32_t y
y component.
Definition Math.h:56
uint32_t x
x component.
Definition Math.h:51

References x, and y.

Referenced by SpicesTest::TEST().