Click or drag to resize

imbStringOperationscompareStrings Method (stringMatchPolicy, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Uporedjuje dva stringa pomocu datog string match policija

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

Parameters

compareMode
Type: imbSCI.Core.extensions.textstringMatchPolicy
Nacin poredjenja
operantA
Type: SystemString
operantB
Type: SystemString

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type stringMatchPolicy. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also