Java View all facts Glossary Help |
syntactic unit > symbol > operator > binary operator > == |
== comparison table |
Subject | use | use by | has definition | have purpose | is a kind of | return | is an instance of |
---|---|---|---|---|---|---|---|
binary operator | an infix notation | An operator that has 2 arguments | to perform a simple function of 1 to 3 arguments | operator | a value called its result | ||
identity comparison operator | to perform a simple function of 1 to 3 arguments | operator | a value called its result | ||||
relational operator | to perform a simple function of 1 to 3 arguments | operator | a value called its result | ||||
== | an infix notation | boolean data type | to compare any two variables to test if they are identical, which means they either refer to the same objects or have the same primitive values | a boolean | relational operator |
Next binary operator: > Up: binary operator, identity comparison operator, relational operator Previous binary operator: <=