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

hash() public static méthode

public static hash ( bool self ) : long
self bool
Résultat long
        public static long hash(bool self)
        {
            return self ? 1231 : 1237;
        }