ArcObjects Library Reference (DataSourcesRaster)  

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.

[Visual Basic .NET]
Public Function Compare ( _
    ByVal pItemURI As IItemURI _
) As Integer
[C#]
public int Compare (
    IItemURI pItemURI
);
[C++]
HRESULT Compare(
  IItemURI* pItemURI,
  long* pResult
);
[C++]

Parameters

pItemURI [in]

  pItemURI is a parameter of type IItemURI

pResult [out, retval]   pResult is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IItemURICompare Interface