ASL STEM Logo

ASL STEM

Equal To (==) Operator Sign Video

Upload On Wed May 27 2009 by ASL STEM

Average Rating: 5.00 / 5

Definition

The equal-to operator == performs a comparison between its operands and returns a boolean value. It returns the pure value true if the operands are equal to each other; otherwise it returns the pure value false. The == operator may appear as part of an equality expression.

Source: Reges & Stepp, 2007

Example

Example sentence for context: "The equal-to operator never throws an exception."