template<typename type, unsigned int A>
bool FX::Maths::Array< type, A >::operator!= ( const Array< type, A > &  o  )  const [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; }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:02 2009 for TnFOX by doxygen v1.4.7