Click or drag to resize
Akka.NETNotFoundEquals Method (NotFound)

[Missing <summary> documentation for "M:Akka.DistributedData.NotFound.Equals(Akka.DistributedData.NotFound)"]

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool Equals(
	NotFound other
)

Parameters

other
Type: Akka.DistributedDataNotFound

[Missing <param name="other"/> documentation for "M:Akka.DistributedData.NotFound.Equals(Akka.DistributedData.NotFound)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.DistributedData.NotFound.Equals(Akka.DistributedData.NotFound)"]

Implements

IEquatableTEquals(T)
See Also