CustomStringComparers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class CustomStringComparers abstract sealed
public static class CustomStringComparers
type CustomStringComparers = class
Public Class CustomStringComparers
- Inheritance
-
CustomStringComparers
Properties
Logical |
A string comparer that performs a case-sensitive logical string comparison. A logical comparison treats consecutive digits in the string as numerical content rather than text. |
LogicalIgnoreCase |
A string comparer that performs a case-insensitive logical string comparison. A logical comparison treats consecutive digits in the string as numerical content rather than text. |