Equal

Name

Equal -- Determines if two values are equal

Synopsis

Equal[x->T*, y->T*] =: BOOLEAN

Description

Equal returns True when x and y are equal. For games, x and y are considered equal when they refer to the same game (but not if they refer to two different games with exactly the same structure, payoffs, and so forth). A null value is considered equal to the null value, but is not equal to any non-null value.

Short form

x = y

See also

NotEqual.