operator != Operator
Definition
- Namespace
- Tyne
- Assembly
- Tyne.Core.dll
Operators
| Edit this page View Sourceoperator !=(in Result<T, TE>?, in Result<T, TE>?)
Determines whether the left
is not equal to the right
.
Declaration
[Pure]
public static bool operator !=(in Result<T, TE>? left, in Result<T, TE>? right)
Parameters
Returns
boolRemarks
Equals(Result<T, TE>?) for how Result<T, TE> equality is calculated.