IItemURICompare Interface

Provides access to members that compare an item URI.

Members

Name Description
Method Compare Compares the object with the specified item URI. Returns 0 if object = pItemURI, -1 if object < pItemURI, and +1 if object > pItemURI.

IItemURICompare.Compare Method

Compares the object with the specified item URI. Returns 0 if object = pItemURI, -1 if object < pItemURI, and +1 if object > pItemURI.

Public Function Compare ( _
    ByVal pItemURI As IItemURI _
) As Integer
public int Compare (
    IItemURI pItemURI
);

Classes that implement IItemURICompare

Classes Description
RPFItemURI An item URI that identifes aN RPF file.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.