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