[inline]
Definition at line 1101 of file FXMaths.h.
References FX::Maths::Array< type, A >::data.
01101 { for(FXuint b=0; b<A; b++) if(data[b]!=o.data[b]) return true; return false; }