Checks to see if the service contains the specified rule already
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function ContainsRule( _ ByVal rhs As Rule _ ) As Boolean |
| C# |
|---|
| public bool ContainsRule( Rule rhs ) |
| C++ |
|---|
| public: bool ContainsRule( Rule rhs ) sealed |
| J# |
|---|
| public bool ContainsRule( Rule rhs ) |
| JScript |
|---|
| public
function ContainsRule( rhs : Rule ) : bool |
Parameters
- rhs
- Rule to be checked
Return Value
true if the rule exists, false if it does not