ArcObjects Library Reference (TrackingAnalyst)  

ILibraryObject.IsEqual Method

Indicates whether a library object is equal to a value.

[Visual Basic .NET]
Public Sub isEqual ( _
    ByVal bstrCategory As String, _
    ByVal bstrName As String _
)
[C#]
public void isEqual (
    string bstrCategory,
    string bstrName
);
[C++]
HRESULT isEqual(
  BSTR bstrCategory,
  BSTR bstrName
);
[C++]

Parameters

bstrCategory [in]   bstrCategory is a parameter of type BSTR bstrName [in]   bstrName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ILibraryObject Interface