Click or drag to resize

BetTypeKeyEquals(BetTypeKey) Method

Check for equality.

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

Parameters

other  BetTypeKey
other object

Return Value

Boolean
true when equal; false else

Implements

IEquatableTEquals(T)
See Also