Getting Started
Developer Resources
Indices and Tables
Deal with all the ways to compare byte order string representations.
bo1 (str) – Byte order string. Can be one of {‘l’, ‘little’, ‘L’, ‘<’, ‘b’, ‘big’, ‘B’, ‘>’, ‘n’, ‘native’,’N’, ‘=’}
bo2 – Byte order string. Can be one of {‘l’, ‘little’, ‘L’, ‘<’, ‘b’, ‘big’, ‘B’, ‘>’, ‘n’, ‘native’,’N’, ‘=’}
bool
True of same byte order.