Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Tests /

SameQ

FilledSmallSquare lhs === rhs yields True if the expression lhs is identical to rhs, and yields False otherwise.

FilledSmallSquare SameQ requires exact correspondence between expressions, except that it considers Real numbers equal if their difference is less than the uncertainty of either of them.

FilledSmallSquare 2 === 2. gives False.

FilledSmallSquare === === gives True if all the are identical.

FilledSmallSquare See Section 2.3.5.

FilledSmallSquare See also: UnsameQ, Equal, Order.

FilledSmallSquare New in Version 1.



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.