Which library is listed bool.Implies(bool)?
bool.Implies(bool)
I would like to use it as Assert.That (a.Implies(b)).
Assert.That (a.Implies(b))
I have an implementation, but I would prefer to use the built-in.
bool Implies(this bool a, bool b){ return !a || b; }
I don’t think there is anything in the library. So I wrote my own.
static class myLogicExtensions { public static bool Implies(this bool a, bool b){ return !a || b; } }
Imp VB 6. Support.Imp Microsoft.VisualBasic.Compatibility.VB6. , - , , .
Imp
Support.Imp
Microsoft.VisualBasic.Compatibility.VB6