Click or drag to resize

imbStringOperationscompareStrings Method (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Poređenje stringova korišćenjem imena stringMatchPolicy enuma

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static bool compareStrings(
	string operantA,
	string operantB,
	string compareMode
)
Request Example View Source

Parameters

operantA
Type: SystemString
Prvi operant
operantB
Type: SystemString
Drugi operant
compareMode
Type: SystemString
Ime stringMatchPolicy

Return Value

Type: Boolean
Rezultat
See Also