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