Click or drag to resize

CharactersInequality(String, Characters) Operator

Checks if a string and a Characters instance are not equal.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator !=(
	string s,
	Characters c2
)

Parameters

s  String
The string to compare.
c2  Characters
The Characters instance to compare.

Return Value

Boolean
true if the string and the instance are not equal; otherwise, false.
See Also