WildcardMatch..::..Like Method

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll)

Syntax


public static bool Like(
	this string text,
	string pattern,
	bool caseSensitive
)
<ExtensionAttribute> _
Public Shared Function Like ( _
	text As String, _
	pattern As String, _
	caseSensitive As Boolean _
) As Boolean
[ExtensionAttribute]
public:
static bool^ Like(
	String^ text, 
	String^ pattern, 
	bool^ caseSensitive
)

Parameters

text
Type: String
pattern
Type: String
caseSensitive
Type: Boolean