Back to class index
| Capsule::BitEqualsSyntaxbool Capsule::BitEquals(const Capsule &other) const; [4 lines of code]Compares whether this Capsule and the given Capsule 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. |