Artificial Intelligence
Artificial Intelligence
Information

Package.Contains(Rule r) method


      Determines whether a rule is in this package.


Namespace : ielib
Assembly : ielib.dll

public bool Contains(Rule r)

Parameters

Type: ielib.Rule.

r: Represents a specified object of Rule class.

Return value

Type : System.Boolean.

true If package contains the object of Rule class, false otherwise.