FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document 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
    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.
    See Also