|
SeparatorsIsDifferent Method
|
Compares to another separator set.
Namespace:
EdiFabric.Framework
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic bool IsDifferent(
Separators separators
)
Public Function IsDifferent (
separators As Separators
) As Boolean
Parameters
- separators
- Type: EdiFabric.FrameworkSeparators
The separator set to compare to.
Return Value
Type:
BooleanIndicates if the separator sets are different.
See Also