Click or drag to resize

CharactersAreEqual Method

Determines whether two character arrays are 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 AreEqual(
	char[] left,
	char[] right
)

Parameters

left  Char
The first character array.
right  Char
The second character array.

Return Value

Boolean
true if the character arrays are equal; otherwise, false.
See Also