public static implicit operator bool()

in Win32/RawBool.cs [92:95]


        public static implicit operator bool(RawBool booleanValue)
        {
            return booleanValue.boolValue != 0;
        }