TokenFilterName Struct
Definition
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.
Defines the names of all token filters supported by the search engine.
public readonly struct TokenFilterName : IEquatable<Azure.Search.Documents.Indexes.Models.TokenFilterName>
type TokenFilterName = struct
Public Structure TokenFilterName
Implements IEquatable(Of TokenFilterName)
- Inheritance
-
TokenFilterName
- Implements
Constructors
TokenFilterName(String) |
Initializes a new instance of TokenFilterName. |
Properties
Methods
Equals(TokenFilterName) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TokenFilterName, TokenFilterName) |
Determines if two TokenFilterName values are the same. |
Implicit(String to TokenFilterName) |
Converts a string to a TokenFilterName. |
Inequality(TokenFilterName, TokenFilterName) |
Determines if two TokenFilterName values are not the same. |
Applies to
Azure SDK for .NET