equality abstract method

double equality(
  1. Value? rhs
)

Check whether this Value is equal to another Value.

Implementation

double equality(Value? rhs);