FutureProg functions
samerace
Boolean samerace(Race race1, Race race2)
Contexts: computer function, computer program, standard futureprog
Returns true when both race references point to the same race object. Null races simply compare as not the same.
race1: The first race to compare.
race2: The second race to compare.
Contexts: computer function, computer program, standard futureprog
Returns true when both race references point to the same race object. Null races simply compare as not the same.
race1: The first race to compare.
race2: The second race to compare.