Fan.Sys.FanBool.hash C# (CSharp) Method

hash() public static method

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