Click or drag to resize

AsciiLineCompositionIsCompatibleWith(AsciiLineComposition) Method

Determines whether this line structure is is compatible with another line structure.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsCompatibleWith(
	AsciiLineComposition ano
)

Parameters

ano  AsciiLineComposition
The other line structure to compare with.

Return Value

Boolean
True if this line structure is compatible with the line structure specified in ano; otherwise, false. It is compatible if the values of all columns of this line structure could be stored in the columns specified by the other line structure.
See Also