Matches the specified country code against this rule to see if they match
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function Matches( _ ByVal country As String _ ) As Boolean |
| C# |
|---|
| public bool Matches( string country ) |
| C++ |
|---|
| public: bool Matches( String country ) sealed |
| J# |
|---|
| public bool Matches( string country ) |
| JScript |
|---|
| public
function Matches( country : String ) : bool |
Parameters
- country
- Country code associated with incoming request
Return Value
true if match occurs, false if it does not