Click or drag to resize

UtilityLikeOperator Method

Exposes the VB.NET Like operator as a static method.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static bool LikeOperator(
	string text,
	string pattern
)

Parameters

text
Type: SystemString
pattern
Type: SystemString

Return Value

Type: Boolean
See Also