| SeparatorsIsDifferent Method |
Compares to another separator set.
Namespace: EdiFabric.FrameworkAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public bool IsDifferent(
Separators separators
)
Public Function IsDifferent (
separators As Separators
) As Boolean
Parameters
- separators Separators
- The separator set to compare to.
Return Value
BooleanIndicates if the separator sets are different.
See Also