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