Click or drag to resize

CharactersEquals Method

Determines whether the specified object is equal to the current Characters instance.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object to compare with the current instance.

Return Value

Boolean
true if the specified object is equal to the current instance; otherwise, false.
See Also