LexicalTokenizerName 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 tokenizers supported by the search engine.
public readonly struct LexicalTokenizerName : IEquatable<Azure.Search.Documents.Indexes.Models.LexicalTokenizerName>
type LexicalTokenizerName = struct
Public Structure LexicalTokenizerName
Implements IEquatable(Of LexicalTokenizerName)
- Inheritance
-
LexicalTokenizerName
- Implements
Constructors
LexicalTokenizerName(String) |
Initializes a new instance of LexicalTokenizerName. |
Properties
Methods
Equals(LexicalTokenizerName) |
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(LexicalTokenizerName, LexicalTokenizerName) |
Determines if two LexicalTokenizerName values are the same. |
Implicit(String to LexicalTokenizerName) |
Converts a string to a LexicalTokenizerName. |
Inequality(LexicalTokenizerName, LexicalTokenizerName) |
Determines if two LexicalTokenizerName values are not the same. |
Applies to
Azure SDK for .NET