Parameters
- value1
- First object to be compared.
- value2
- Second object to be compared.
Return Value
True
if the first value is less than the second value; false
otherwise.True
if the first value is less than the second value; false
otherwise.This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.