C-DEngine 5.105

TheCommonUtils..::..DoUrlsContainAnyUrl Method

Cross-check two strings containing one or more Guids separated by semi-colons, searching for any match between the two lists.

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

Syntax


public static bool DoUrlsContainAnyUrl(
	string strGuidList1,
	string strGuidList2
)
Public Shared Function DoUrlsContainAnyUrl ( _
	strGuidList1 As String, _
	strGuidList2 As String _
) As Boolean
public:
static bool^ DoUrlsContainAnyUrl(
	String^ strGuidList1, 
	String^ strGuidList2
)

Parameters

strGuidList1
Type: String
A list of one or more semi-colon separated Guids.
strGuidList2
Type: String
Another list of one or more semi-colon separated Guids.

Return Value

True if there is any overlap between the Guid lists, otherwise False.