'Declaration Public Shared Function IsCulturesSame( _ ByVal v1 As CultureInfo, _ ByVal v2 As CultureInfo _ ) As Boolean
public static bool IsCulturesSame( CultureInfo v1, CultureInfo v2 )
Parameters
- v1
- The first System.Globalization.CultureInfo to compare.
- v2
- The second System.Globalization.CultureInfo to compare.
Return Value
True, the names of the culture are the same; false otherwise.