| ResultTInequality Operator |
Compares two specified
ResultT for inequality.
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static bool operator !=(
Result<T> left,
Result<T> right
)
static let inline (<>)
left : Result<'T> *
right : Result<'T> : bool
Parameters
- left
- Type: Akka.UtilResultT
The first ResultT used for comparison - right
- Type: Akka.UtilResultT
The second ResultT used for comparison
Return Value
Type:
Booleantrue if both
ResultT are not equal; otherwise
falseSee Also