# Functions
ValuesDiffer returns a ValueComparer for asserting that each value in the sequence of the values supplied to the CompareValues method differs from the preceding value.
ValuesSame returns a ValueComparer for asserting that each value in the sequence of the values supplied to the CompareValues method is the same as the preceding value.
# Interfaces
ValueComparer defines an interface that is implemented to run comparison logic on multiple values.