bool FX::FXRangef::operator== ( const FXRangef r  )  const [inline]

Comparison.

Definition at line 75 of file FXRangef.h.

References lower, and upper.

00075 { return lower==r.lower && upper==r.upper; }


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