True/False
Types that implement interface IComparable provide a CompareTo method that returns a negative,zero or positive value indicating whether one value is greater than,equal to or less than another value,respectively.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: String method _ returns a String with
Q20: A database management system (DBMS)provides mechanisms for
Q21: _ is an international standard used with
Q22: Selecting elements that satisfy a set of
Q23: The Visual Studio IDE provides IntelliSense support
Q24: The For Each…Next statement is useful for
Q26: The _extension method returns the number of
Q27: LINQ's Order By clause supports values of
Q28: Which of the following returns the number
Q29: You can chain LINQ queries by having