System.Data.IndexedDB.Factory.Cmp C# (CSharp) Method

Cmp() public method

public Cmp ( object first, object second ) : short
first object
second object
return short
        public short Cmp(object first, object second)
        {
            return 0;
        }