bigloo.foreign.bgl_foreign_hash_number C# (CSharp) Method

bgl_foreign_hash_number() public static method

public static bgl_foreign_hash_number ( Object obj ) : int
obj Object
return int
        public static int bgl_foreign_hash_number( Object  obj )
        {
            return obj.GetHashCode();
        }
foreign