This document is archived and information here might be outdated.  Recommended version.


IGPUtilities.CompareWildCard Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.CompareWildCard Method
ArcGIS Developer Help

IGPUtilities.CompareWildCard Method

Returns whether the given string satisfies the given wildcard string.

[Visual Basic .NET]
Public Function CompareWildCard ( _
    ByVal wildCard As String, _
    ByVal Data As String _
) As Boolean
[C#]
public bool CompareWildCard (
    string wildCard,
    string Data
);
[C++]
HRESULT CompareWildCard(
  BSTR wildCard,
  BSTR Data
);
[C++]
Parameters
wildCard [in]

wildCard is a parameter of type BSTR Data [in]
Data is a parameter of type BSTR

Product Availability

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

See Also

IGPUtilities Interface