Artificial Intelligence
Artificial Intelligence
Information

Rule.IsSatisfied property


      Gets a value indicating whether this rule is satisfied.


Namespace : ielib
Assembly : ielib.dll

public bool IsSatisfied { get; }

Property value

Type : System.bool

The value is true if this rule is satisfied, otherwise false.


      Note: A rule is satisfied, if all the premises of this rule are met (see the Premise.IsSatisfied property).