API Help
Eplan.EplApi.Base Namespace / MultiLangString Class / IsEqual Method
MultiLangString to be compared.

In This Topic
    IsEqual Method
    In This Topic
    Compares every string in every language. If a string is different in one language, then == returns FALSE. If an language string exists in one of the MultiLangStrings but not in the others, this function returns FALSE even if the language string is empty.
    Syntax
    public bool IsEqual( 
       MultiLangString otherVal
    )
    public:
    bool IsEqual( 
       MultiLangString^ otherVal
    ) 

    Parameters

    otherVal
    MultiLangString to be compared.

    Return Value

    True: Values are identical.

    False: Values are not identical.

    See Also