RADoubleInequality Operator |
Determines whether two
RADouble instances are not equal.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool operator !=(
RADouble a,
RADouble b
)
Parameters
- a RADouble
- The first instance.
- b RADouble
- The second instance.
Return Value
BooleanTrue if both instances are not equal; otherwise, false.
See Also