Back to class index
| Line::BitEqualsSyntaxbool Line::BitEquals(const Line &other) const; [1 line of code]Compares whether this Line and the given Line are identical bit-by-bit in the underlying representation. Note Prefer using this over e.g. memcmp, since there can be SSE-related padding in the structures. |