HttpBrowserCapabilitiesBase.CompareFilters(String, String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, used internally to compare filters.
public:
virtual int CompareFilters(System::String ^ filter1, System::String ^ filter2);
public virtual int CompareFilters(string filter1, string filter2);
abstract member CompareFilters : string * string -> int
override this.CompareFilters : string * string -> int
Public Overridable Function CompareFilters (filter1 As String, filter2 As String) As Integer
- filter1
- String
The first filter to compare.
- filter2
- String
The second filter to compare.
1 if filter1
is a parent of filter2
; -1 if filter2
is a parent of filter1
; or 0 if there is no parent-child relationship between filter1
and filter2
.
Always.
Produto | Versões |
---|---|
.NET Framework | 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 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: