Click or drag to resize

LocalizedStringEquals(LocalizedString) Method

Check for equality.

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public bool Equals(
	LocalizedString other
)

Parameters

other  LocalizedString
other object

Return Value

Boolean
true when equal; false else

Implements

IEquatableTEquals(T)
Remarks
Compares by the international value only.
See Also