Click or drag to resize
TextDataComparator Constructor
Constructor using 2 strings.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public TextDataComparator(
	string src,
	string dst
)

Parameters

src
Type: SystemString
Source string
dst
Type: SystemString
Destination string
See Also