[]
Determines if the culture name is the same.
public static bool IsCulturesSame(CultureInfo v1, CultureInfo v2)
Type | Name | Description |
---|---|---|
CultureInfo | v1 | The first CultureInfo to compare. |
CultureInfo | v2 | The second CultureInfo to compare. |
Type | Description |
---|---|
bool | True, the names of the culture are the same; false otherwise. |