bigloo.foreign.CUSTOM_HASH_NUMBER C# (CSharp) Method

CUSTOM_HASH_NUMBER() public static method

public static CUSTOM_HASH_NUMBER ( custom c ) : int
c custom
return int
        public static int CUSTOM_HASH_NUMBER( custom  c )
        {
            return c.hash();
        }
foreign