Click or drag to resize

SeparatorsIsDifferent Method

Compares to another separator set.

Namespace: EdiFabric.Framework
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public bool IsDifferent(
	Separators separators
)

Parameters

separators  Separators
The separator set to compare to.

Return Value

Boolean
Indicates if the separator sets are different.
See Also