Click or drag to resize
Akka.NETResultTInequality Operator

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static bool operator !=(
	Result<T> left,
	Result<T> right
)

Parameters

left
Type: Akka.UtilResultT
The first ResultT used for comparison
right
Type: Akka.UtilResultT
The second ResultT used for comparison

Return Value

Type: Boolean
true if both ResultT are not equal; otherwise false
See Also