ComparisonUtility.Min<T> method

Compares the two instances and returns the lesser of the two.

public static T Min<T>(T first, T second)
parameter description
first The first instance to compare.
second The second instance to compare.

Return Value

The instance representing the lesser value.

See Also