Click or drag to resize

LocalizedStringInequality Operator

Check for non-equality.

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public static bool operator !=(
	LocalizedString x,
	LocalizedString y
)

Parameters

x  LocalizedString
First object
y  LocalizedString
Second object

Return Value

Boolean
true when not equal; false else
Remarks
Compares by the international value only.
See Also