HttpCapabilitiesBase.IFilterResolutionService.CompareFilters Method

Definition

Used internally to compare filters.

C#
int IFilterResolutionService.CompareFilters(string filter1, string filter2);

Parameters

filter1
String

The first filter to compare.

filter2
String

The second filter to compare.

Returns

1 if filter1 is a parent of filter2; -1 if filter2 is a parent of filter1; 0 if there is no parent-child relationship between filter1 and filter2.

Implements

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1