Click or drag to resize

Utility.LikeOperator 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: System.String
pattern
Type: System.String

Return Value

Type: Boolean
See Also