DataSource.NET
Match Method (subject)
NamespacesCaplin.DataSource.NamespacePrefixNamespaceMatch(String)
Tests an String to see if it falls within (matches) this INamespace.
Declaration Syntax
C#Visual BasicVisual C++
public bool Match(
	string subject
)
Public Function Match ( _
	subject As String _
) As Boolean
public:
virtual bool Match(
	String^ subject
) sealed
Parameters
subject (String)
The string to be tested.
Return Value
True if subject falls within (matches) this INamespace, false otherwise.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)