IFilterResolutionService.CompareFilters Method (String, String)
.NET Framework (current version)
Returns a value indicating whether a parent-child relationship exists between two specified device filters.
Assembly: System.Web (in System.Web.dll)
Parameters
- filter1
-
Type:
System.String
A device filter name.
- filter2
-
Type:
System.String
A device filter name
Return Value
Type: System.Int321 if the device filter identified by filter1 is a parent of the filter identified by filter2, -1 if the device filter identified by filter2 is a parent of the filter identified by filter1, and 0 if there is no parent-child relationship between the two filters.
.NET Framework
Available since 2.0
Available since 2.0
Show: