1 - 10 of 50 for SameQSearch Results
View search results from all Wolfram sites (590 matches)
SameQ   (Built-in Mathematica Symbol)
lhs === rhs yields True if the expression lhs is identical to rhs, and yields False otherwise.
Conditionals   (Mathematica Tutorial)
Mathematica provides various ways to set up conditionals, which specify that particular expressions should be evaluated only if certain conditions hold. Conditional ...
Putting Constraints on Patterns   (Mathematica Tutorial)
Mathematica provides a general mechanism for specifying constraints on patterns. All you need to do is to put /;condition at the end of a pattern to signify that it applies ...
SameTest   (Built-in Mathematica Symbol)
SameTest is an option whose setting gives a pairwise comparison function to determine whether expressions should be considered the same.
TrueQ   (Built-in Mathematica Symbol)
TrueQ[expr] yields True if expr is True, and yields False otherwise.
Order   (Built-in Mathematica Symbol)
Order[expr_1, expr_2] gives 1 if expr_1 is before expr_2 in canonical order, and -1 if expr_1 is after expr_2 in canonical order. It gives 0 if expr_1 is identical to expr_2.
Conditionals   (Mathematica Guide)
Mathematica's symbolic character allows a powerful unification of the notion of conditionals in programming and in mathematics.
StringQ   (Built-in Mathematica Symbol)
StringQ[expr] gives True if expr is a string, and False otherwise.
UnsameQ   (Built-in Mathematica Symbol)
lhs =!= rhs yields True if the expression lhs is not identical to rhs, and yields False otherwise.
Expressions   (Mathematica Guide)
At the core of Mathematica is the foundational idea that everything —data, programs, formulas, graphics, documents—can be represented as symbolic expressions. And it is this ...
1|2|3|4|5 Next

...