BlobExtractionMode.Inequality(BlobExtractionMode, BlobExtractionMode) Operator
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.
Compares two BlobExtractionMode values for inequality.
public static bool operator != (Microsoft.Azure.Search.Models.BlobExtractionMode lhs, Microsoft.Azure.Search.Models.BlobExtractionMode rhs);
static member op_Inequality : Microsoft.Azure.Search.Models.BlobExtractionMode * Microsoft.Azure.Search.Models.BlobExtractionMode -> bool
Public Shared Operator != (lhs As BlobExtractionMode, rhs As BlobExtractionMode) As Boolean
Parameters
The first BlobExtractionMode to compare.
The second BlobExtractionMode to compare.
Returns
true if the BlobExtractionMode objects are not equal; false otherwise.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET