This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILibraryObject Interface > ILibraryObject.IsEqual Method (ArcObjects .NET 10.4 SDK) |
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