This document is archived and information here might be outdated. Recommended version. |
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