Casper Class Library

Consistent.AssignedVarsContainsAll Method 

Verifies whether the assigned variables contains all the variables in the rule or not

public bool AssignedVarsContainsAll(
   Set vars
);

Parameters

Set
Set of variables in the current rule

Return Value

true if assigned variables contains all variables in "vars"; otherwise, false.

See Also

Consistent Class | Casper.Algorithm Namespace