Compares the two instances and returns the lesser of the two.
public static T Min<T>(T first, T second)
The instance representing the lesser value.