[]
        
(Showing Draft Content)

C1.Document.Utils.IsCulturesSame

IsCulturesSame Method

IsCulturesSame(CultureInfo, CultureInfo)

Determines if the culture name is the same.

Declaration
public static bool IsCulturesSame(CultureInfo v1, CultureInfo v2)
Parameters
Type Name Description
CultureInfo v1

The first CultureInfo to compare.

CultureInfo v2

The second CultureInfo to compare.

Returns
Type Description
bool

True, the names of the culture are the same; false otherwise.