Function operator== from ginac
Brief description
operator==(left:ex,right:ex):bool
Comparison operator More ...
Function information
Name: | operator== |
Base: | |
Group: | GiNaC plugins:Expressions |
Icon: | ginac.png |
Color: | cyan |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Comparison operator. The comparison operator== always returns a boolean value. In contrast to this operator operator= returns an equation.
Input parameters
-
left:
ex
- Left-hand side of the equation
-
right:
ex
- Right-hand side of the equation
Return values
-
Default return value:
bool