Click or drag to resize

AppStringGetDifferingLanguageIds Method

Compares the language strings in two AppString objects and returns the ids of the languages where they differ.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static List<int> GetDifferingLanguageIds(
	AppString aps1,
	AppString aps2
)

Parameters

aps1
Type: Omada.OE.ModelAppString
aps2
Type: Omada.OE.ModelAppString

Return Value

Type: ListInt32
See Also