CompareInfo::GetCompareInfo Method
Initializes a new CompareInfo object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetCompareInfo(Int32) | Initializes a new CompareInfo object that is associated with the culture with the specified identifier. |
![]() ![]() | GetCompareInfo(Int32, Assembly^) | Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly. |
![]() ![]() | GetCompareInfo(String^) | Initializes a new CompareInfo object that is associated with the culture with the specified name. |
![]() ![]() | GetCompareInfo(String^, Assembly^) | Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly. |

