C1.WPF.Document Assembly / C1.WPF.Document Namespace / Utils Class / IsCulturesSame Method
The first System.Globalization.CultureInfo to compare.
The second System.Globalization.CultureInfo to compare.

In This Topic
IsCulturesSame Method (Utils)
In This Topic
Determines if the culture name is the same.
Syntax
'Declaration
 
Public Shared Function IsCulturesSame( _
   ByVal v1 As CultureInfo, _
   ByVal v2 As CultureInfo _
) As Boolean
 

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.
See Also