Fan.Sys.FanBool.not C# (CSharp) Méthode

not() public static méthode

public static not ( bool self ) : bool
self bool
Résultat bool
        public static bool not(bool self)
        {
            return !self;
        }