System Namespace
Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method.
Class |
Description |
Enum |
Provides the base class for enumerations. |
String |
Represents an immutable series of characters. |
Version |
Represents the version number for a common language runtime assembly. This class cannot be inherited. |
This interface is implemented by types whose values can be ordered; for example, the numeric and string classes.
A value type or class implements the CompareTo method to create a type-specific comparison method suitable for purposes such as sorting.