CharactersInequality(Characters, String) Operator |
Checks if a Characters instance and a string are not equal.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator !=(
Characters c1,
string s
)
Parameters
- c1 Characters
- The Characters instance to compare.
- s String
- The string to compare.
Return Value
Booleantrue if the instance and the string are not equal; otherwise, false.
See Also