Babel.Core.BOOL.and_rout C# (CSharp) Method

and_rout() public static method

public static and_rout ( bool self, bool b ) : bool
self bool
b bool
return bool
        public static bool and_rout(bool self, bool b)
        {
            return self && b;
        }