Click or drag to resize
Akka.NETLWWDictionaryTKey, TValueEquals Method (LWWDictionaryTKey, TValue)
TBD

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool Equals(
	LWWDictionary<TKey, TValue> other
)

Parameters

other
Type: Akka.DistributedDataLWWDictionaryTKey, TValue
TBD

Return Value

Type: Boolean
TBD

Implements

IEquatableTEquals(T)
See Also