C-DEngine 5.105

TheFormInfo..::..DoesWildContentMatch Method

return true if the pWildcard is found in the object class

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool DoesWildContentMatch(
	Object inObj,
	string pWildcard
)
Public Function DoesWildContentMatch ( _
	inObj As Object, _
	pWildcard As String _
) As Boolean
public:
bool^ DoesWildContentMatch(
	Object^ inObj, 
	String^ pWildcard
)

Parameters

inObj
Type: Object
pWildcard
Type: String

Return Value