[inline, inherited]
True if this message is identical to the other message.
Definition at line 218 of file FXIPC.h.
00218 { return len==o.len && crc==o.crc && type==o.type && myid==o.myid && mymsgrev==o.mymsgrev && myflags==o.myflags && myrouting==o.myrouting; }