Click or drag to resize

VGIPlatformPlugInLikeOperatorLikeString Method

Checks if string matches.

Namespace:  Novalys.VisualGuard.Security.Common.PlatformPlugIns.Interfaces
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
Object LikeString(
	string text,
	string pattern,
	string compareMethodText
)

Parameters

text
Type: SystemString
text
pattern
Type: SystemString
pattern
compareMethodText
Type: SystemString
compareMethodText

Return Value

Type: Object
True if matches else false
See Also